Github API - Test Config

GET /orgs/{org}/migrations
orgs
migrations

Lists the most recent migrations, including both exports (which can be started through the REST API) and imports (which cannot be started using the REST API).

A list of repositories is only returned for export migrations.
List organization migrations

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

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)
API:
Github Open API
(version: 1.1.4)