Download an organization migration archive
GET
/orgs/{org}/migrations/{migration_id}/archive
Fetches the URL to a migration archive.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” org
required
string
The organization name. The name is not case sensitive.
migration_id
required
integer
The unique identifier of the migration.
Responses
Section titled “ Responses ”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"}