Skip to main content
GET
Get Repository Migration Status

Authorizations

Authorization
string
header
required

a valid bearer token

Path Parameters

projectId
string<uuid>
required

The unique identifier of the project that owns the working tree.

migrationId
string<uuid>
required

The unique identifier of the repository migration to retrieve status for.

Response

Repository migration status returned successfully

The current status of a repository migration.

migrationId
string<uuid>
required

The unique identifier of the repository migration.

status
enum<string>
required

The lifecycle state of the migration. One of IN_PROGRESS, COMPLETED, FAILED, or UNKNOWN.

Available options:
IN_PROGRESS,
COMPLETED,
FAILED,
UNKNOWN
detail
string

Optional human-readable detail about the migration's current state, such as a failure reason. Absent when no detail is available.