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

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
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