Skip to main content
GET
Fetch config revision

Authorizations

Authorization
string
header
required

Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.

Query Parameters

externalId
string
required

Integration to fetch config revision for.

revision
integer

Revision number of config to fetch. If left out, fetches the latest revision.

activeAtTime
integer

This is for backwards compatibility with extraction pipelines API therefore has no effect on integrations API.

Response

Retrieved config revision.

A full config revision with the config object and metadata.

externalId
string
required

The external ID provided by the client. Must be unique for the resource type.

Required string length: 1 - 255
Example:

"my.integrations.id"

revision
integer
required

Revision number.

config
string
required

Content of the config revision.

Required string length: 1 - 100000
createdTime
integer<int64>
required

The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.

Required range: x >= 0
Example:

1730204346000

lastUpdatedTime
integer<int64>
required

The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.

Required range: x >= 0
Example:

1730204346000

description
string

Config revision description.

Maximum string length: 500
Last modified on September 25, 2026