Skip to main content
POST
Migrate Documents Status
Use this API to poll the status of a document migration. Use the migrationId returned from the Migrate Documents endpoint.

Endpoint

POST https://api.velt.dev/v2/organizations/documents/migrate/status

Headers

string
required
Your API key.
string
required

Body

Params

object
required

Example Requests

Check migration status

Response

Success Response

The status field reflects the current state of the migration. Possible values: pending, in_progress, completed, failed.

Failure Response