GET /作业/{jobId}/日志
curl \
--request GET 'http://127.0.0.1:8278/api/v1/jobs/{jobId}/logs'
响应示例 (200)
[
{
"eventType": "ERROR",
"message": "string",
"details": "string",
"timestamp": "2026-05-04T09:42:00Z",
"stackTrace": [
"string"
],
"locationType": "TABLE",
"locationName": "string",
"fieldName": "string",
"key": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"errorType": "DuplicateKeyError"
}
]
响应示例 (400)
{
"errorType": "VALIDATION_ERROR",
"message": "string",
"timestamp": "2026-05-04T09:42:00Z",
"issues": [
{
"type": "RELMIG_MAPPING_TARGET_FIELD_NAME_EMPTY",
"message": "string",
"pointer": "/project/content/mappings/0123456789abcdef0123456789abcdef/fields/Name/target/name"
}
]
}
响应示例 (404)
{
"errorType": "VALIDATION_ERROR",
"message": "string",
"timestamp": "2026-05-04T09:42:00Z",
"issues": [
{
"type": "RELMIG_MAPPING_TARGET_FIELD_NAME_EMPTY",
"message": "string",
"pointer": "/project/content/mappings/0123456789abcdef0123456789abcdef/fields/Name/target/name"
}
]
}
响应示例 (500)
{
"errorType": "VALIDATION_ERROR",
"message": "string",
"timestamp": "2026-05-04T09:42:00Z",
"issues": [
{
"type": "RELMIG_MAPPING_TARGET_FIELD_NAME_EMPTY",
"message": "string",
"pointer": "/project/content/mappings/0123456789abcdef0123456789abcdef/fields/Name/target/name"
}
]
}