Get the events of a migration job
Get the events of a migration job
GET
/jobs/{jobId}/logs
curl \
--request GET 'http://127.0.0.1:8278/api/v1/jobs/{jobId}/logs'
Response examples (200)
[
{
"eventType": "ERROR",
"message": "string",
"details": "string",
"timestamp": "2025-05-04T09:42:00Z",
"stackTrace": [
"string"
],
"locationType": "TABLE",
"locationName": "string",
"fieldName": "string",
"key": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"errorType": "DuplicateKeyError"
}
]
Response examples (400)
{
"jobId": "string",
"message": "string",
"description": "string",
"timestamp": "2025-05-04T09:42:00Z"
}
Response examples (404)
{
"jobId": "string",
"message": "string",
"description": "string",
"timestamp": "2025-05-04T09:42:00Z"
}