Retrieve a maximum of 1000 jobs by ids per request.
Response with list of jobs.
The response for a failed request.
The response for a forbidden request.
The response for a conflict.
{- "items": [
- {
- "id": 0
}
], - "ignoreUnknownIds": true
}
{- "items": [
- {
- "id": 0,
- "uuid": "string",
- "transformationId": 0,
- "transformationExternalId": "string",
- "sourceProject": "string",
- "destinationProject": "string",
- "destination": {
- "type": "assets"
}, - "conflictMode": "abort",
- "query": "string",
- "createdTime": 0,
- "startedTime": 0,
- "finishedTime": 0,
- "lastSeenTime": 0,
- "error": "string",
- "ignoreNullFields": true,
- "status": "Completed"
}
]
}