Retrieve jobs by ids

Retrieve a maximum of 1000 jobs by ids 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 objects (TransformationCogniteInternalId)
ignoreUnknownIds
boolean

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

Responses
200

Response with list of jobs.

400

The response for a failed request.

403

The response for a forbidden request.

409

The response for a conflict.

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