/analysis/{projectId}/タスクを取得する
curl \
--request GET 'http://127.0.0.1:8278/api/v1/analysis/{projectId}/task'
応答の例(200)
{
"projectId": "string",
"status": "RUNNING",
"submittedAt": "2026-05-04T09:42:00Z"
}
応答の例(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"
}
]
}