Github API - Test Config

GET /orgs/{org}/migrations/{migration_id}
orgs
migrations

Fetches the status of a migration.

The state of a migration can be one of the following values:

  • pending, which means the migration hasn't started yet.
  • exporting, which means the migration is in progress.
  • exported, which means the migration finished successfully.
  • failed, which means the migration failed.
    Get an organization migration status

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key migration-id

migration-id [scalar]

The unique identifier of the migration.

API:
Github Open API
(version: 1.1.4)

exclude string []

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json migration

migration [object]

A migration.

Attributes
archive_url string

created_at string

exclude unknown []

exclude_attachments boolean

exclude_git_data boolean

exclude_metadata boolean

exclude_owner_projects boolean

exclude_releases boolean

guid string

id integer

lock_repositories boolean

node_id string

org_metadata_only boolean

repositories repository []

state string

updated_at string

url string

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)