curl --request GET \
--url https://platform.kodexa.ai/api/orchestrator-module-versions/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"changelog": "<string>",
"checksumSha256": "<string>",
"configSchema": {},
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"defaultConfig": {},
"entryPoint": "<string>",
"id": "<string>",
"inputSchema": {},
"isCurrent": true,
"metadata": {},
"moduleId": "<string>",
"organizationId": "<string>",
"outputSchema": {},
"s3Bucket": "<string>",
"s3Key": "<string>",
"s3VersionId": "<string>",
"sizeBytes": 123,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"version": "<string>"
}Retrieves a single OrchestratorModuleVersion by its unique identifier. Orchestrator module versions track specific versions of orchestrator modules.
curl --request GET \
--url https://platform.kodexa.ai/api/orchestrator-module-versions/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"changelog": "<string>",
"checksumSha256": "<string>",
"configSchema": {},
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"defaultConfig": {},
"entryPoint": "<string>",
"id": "<string>",
"inputSchema": {},
"isCurrent": true,
"metadata": {},
"moduleId": "<string>",
"organizationId": "<string>",
"outputSchema": {},
"s3Bucket": "<string>",
"s3Key": "<string>",
"s3VersionId": "<string>",
"sizeBytes": 123,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"version": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
The OrchestratorModuleVersion
An orchestrator module version tracks a specific version of an orchestrator module.