Skip to content

Download an organization migration archive

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

Fetches the URL to a migration archive.

API method documentation

org
required
string

The organization name. The name is not case sensitive.

migration_id
required
integer

The unique identifier of the migration.

Response

Resource not found

Media type application/json
Basic Error

Basic Error

object
message
string
documentation_url
string
url
string
status
string
Example generated
{
"message": "example",
"documentation_url": "example",
"url": "example",
"status": "example"
}