Retrieve transformations

Retrieve a maximum of 1000 transformations by ids and externalIds per request.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required
Array of TransformationCogniteExternalId (object) or TransformationCogniteInternalId (object) <= 1000 items
ignoreUnknownIds
boolean

Ignore IDs and external IDs that are not found. Defaults to false.

withJobDetails
required
boolean

Whether the transformations will be returned with running job and last created job details.

Responses
200

Response with list of transformations.

400

The response for a failed request.

403

The response for a forbidden request.

409

The response for a conflict.

post/transformations/byids
Request samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "ignoreUnknownIds": true,
  • "withJobDetails": true
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}