cURL
curl --request POST \ --url https://api.migma.ai/v1/projects/import/{projectId}/retry \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "status": "pending", "projectId": "<string>", "message": "<string>" }, "error": "<string>" }
Retry a failed or stuck import for the given project.
JWT Bearer token authentication. Use 'Authorization: Bearer ' where the JWT token is obtained from the login endpoint.
Project ID (MongoDB ObjectId)
Retry initiated
Show child attributes
pending
Was this page helpful?