Get Repository Migration Status
Returns the current status of a previously started repository migration. The status is one of IN_PROGRESS, COMPLETED, FAILED, or UNKNOWN.
Authorizations
a valid bearer token
Path Parameters
The unique identifier of the project that owns the working tree.
The unique identifier of the repository migration to retrieve status for.
Response
Repository migration status returned successfully
The current status of a repository migration.
The unique identifier of the repository migration.
The lifecycle state of the migration. One of IN_PROGRESS, COMPLETED, FAILED, or UNKNOWN.
IN_PROGRESS, COMPLETED, FAILED, UNKNOWN Optional human-readable detail about the migration's current state, such as a failure reason. Absent when no detail is available.
