Github API - Test Config

GET /user/migrations/{migration_id}
users
migrations

Fetches a single user migration. The response includes the state of the migration, which can be one of the following values:

  • pending - the migration hasn't started yet.
  • exporting - the migration is in progress.
  • exported - the migration finished successfully.
  • failed - the migration failed.

Once the migration has been exported you can download the migration archive.
Get a user migration status

Arguments
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)
304 not_modified

not_modified [scalar]

Not modified

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

requires_authentication [scalar]

Requires authentication

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

forbidden [scalar]

Forbidden

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)