Get pre-migration analysis task by `projectId`
Get pre-migration analysis task by projectId
.
GET
/analysis/{projectId}/task
curl \
--request GET 'http://127.0.0.1:8278/api/v1/analysis/{projectId}/task'
Response examples (200)
{
"projectId": "string",
"status": "RUNNING",
"submittedAt": "2025-05-04T09:42:00Z"
}
Response examples (404)
{
"jobId": "string",
"message": "string",
"description": "string",
"timestamp": "2025-05-04T09:42:00Z"
}