Search + K

Command Palette

Search for a command to run...

Sign In

Download an organization migration archive

GET /orgs/{org}/migrations/{migration_id}/archive
Copy endpoint
https://api.github.com

Fetches the URL to a migration archive.

Parameters

path Path Parameters

Name Type
org required

The organization name. The name is not case sensitive.

string
migration_id required

The unique identifier of the migration.

number

Responses

Redirects

302

Response

unknown

Client Errors

404 application/json

Resource not found

interface BasicError {
message?: string;
documentation_url?: string;
url?: string;
status?: string;
}