Skip to main content
GET
/
api
/
orchestrator-pipeline-versions
/
{id}
Get OrchestratorPipelineVersion by ID
curl --request GET \
  --url https://platform.kodexa.ai/api/orchestrator-pipeline-versions/{id} \
  --header 'x-api-key: <api-key>'
{
  "changeSequence": 123,
  "changelog": "<string>",
  "createdBy": "<string>",
  "createdOn": "2023-11-07T05:31:56Z",
  "defaultPriority": 123,
  "id": "<string>",
  "metadata": {},
  "organizationId": "<string>",
  "pipelineId": "<string>",
  "status": "<string>",
  "updatedOn": "2023-11-07T05:31:56Z",
  "uuid": "<string>",
  "version": 123
}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Response

The OrchestratorPipelineVersion

An orchestrator pipeline version tracks a specific version of a pipeline definition.

changeSequence
integer<int32>
changelog
string | null
createdBy
string | null
createdOn
string<date-time>
defaultPriority
integer<int32>
id
string
metadata
object
organizationId
string
pipelineId
string
status
string
updatedOn
string<date-time>
uuid
string
version
integer<int32>