cURL
curl --request GET \ --url https://api.migma.ai/v1/projects/import/{projectId}/status \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "status": "pending", "name": "<string>", "description": "<string>", "progress": { "stage": "initializing", "percentage": 50 }, "projectId": "<string>", "domain": "<string>", "error": "<string>" }, "error": "<string>" }
Check the status of a project import.
JWT Bearer token authentication. Use 'Authorization: Bearer ' where the JWT token is obtained from the login endpoint.
Project ID (MongoDB ObjectId)
Import status response
Show child attributes
pending
processing
active
error
initializing
analyzing
completed
failed
unknown
0 <= x <= 100
Was this page helpful?