GET
/v1/organizations/{organizationId}/integrations/{integrationId}/versionsList an Integration's immutable Versions
Return a bounded page of published Versions in ascending revision order.
Authentication
Send an API key as a Bearer token in the Authorization header.
Parameters
Responses
200DataIntegrationVersionPageapplication/json400The request path, headers, query, or JSON body did not satisfy the published schema401Unauthorizedapplication/json403Forbiddenapplication/json404NotFoundapplication/jsonReusable schemas
DataIntegrationVersionPageEncoded
object- unknown properties allowed
false
itemsrequiredarrayThe resources in this page, in stable order.nextCursorrequired- The opaque continuation token for the next page, or null after the final page.Any of
string- maximum length
2048 - minimum length
1 - pattern
^[A-Za-z0-9_-]+$
null - maximum length
UnauthorizedEncoded
object- unknown properties allowed
false
_tagrequiredstringThe stable machine-readable error type.- allowed values
"Unauthorized"
- allowed values
reasonrequiredstringA safe explanation of why the credential was rejected.
ForbiddenEncoded
object- unknown properties allowed
false
_tagrequiredstringThe stable machine-readable error type.- allowed values
"Forbidden"
- allowed values
permissionrequiredstringThe permission required by the refused operation.
NotFoundEncoded
object- unknown properties allowed
false
_tagrequiredstringThe stable machine-readable error type.- allowed values
"NotFound"
- allowed values
resourcerequiredstringThe resource type relevant to the error.idrequiredstringThe identifier supplied for the resource that was not found.
DataIntegrationVersionSummaryEncoded
object- unknown properties allowed
false
integrationVersionIdrequiredstringThe immutable Integration Version identifier.- maximum length
64 - pattern
^integration_version_[\s\S]+$
- maximum length
organizationIdrequiredstringThe Organization identifier.- maximum length
64 - pattern
^org_[\s\S]+$
- maximum length
integrationIdrequiredstringThe stable Organization-scoped Integration identifier.- maximum length
64 - pattern
^integration_[\s\S]+$
- maximum length
revisionrequiredintegerThe monotonically increasing revision within the Agent Definition.- greater than
0
- greater than
manifestDigestrequiredstringThe lowercase SHA-256 digest of the normalized manifest.- maximum length
64 - minimum length
64 - pattern
^[0-9a-f]{64}$
- maximum length
createdByPrincipalIdrequiredstringThe Principal that created this immutable record.- maximum length
64 - pattern
^principal_[\s\S]+$
- maximum length
sourcerequired- DataIntegrationVersionSourceThe source revision and automation provenance.
createdAtrequiredstringWhen the resource was created, in UTC.- format
date-time
- format
DataIntegrationVersionSource
object- unknown properties allowed
false
repositoryrequiredstringThe source repository identifier.- maximum length
500 - minimum length
1
- maximum length
commitrequiredstringThe immutable source revision.- maximum length
500 - minimum length
1
- maximum length
pathrequiredstringThe path within the source repository.- maximum length
500 - minimum length
1
- maximum length
workflowrequiredstringThe source automation workflow identifier.- maximum length
500 - minimum length
1
- maximum length
runrequiredstringThe source automation run identifier.- maximum length
500 - minimum length
1
- maximum length