Track import progress
get/migrations/{migration_id}/progress/
Authorizations
AuthorizationstringRequired
Token credential sent in the Authorization header, in the form: Token <your-token>. Requires a staff (admin) account.
Path parameters
migration_idstringRequiredExample:
Identifier returned when the import was started.
3f2a1c9e8b7d4a6f9c0e1d2b3a4c5e6fResponses
200
Current progress of the import.
application/json
total_countintegerOptionalExample:
Total number of records to import.
1500processed_countintegerOptionalExample:
Number of records processed so far (imported or rejected).
1500error_countintegerOptionalExample:
Number of records rejected so far.
12401
Authentication credentials were missing or invalid.
403
The account does not have staff (admin) permission.
406
No import is in progress for the given identifier.
application/json
get/migrations/{migration_id}/progress/
GET /api/remote/1/migrations/{migration_id}/progress/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"total_count": 1500,
"processed_count": 1500,
"error_count": 12
}Last updated
Was this helpful?

