• Generate Token
    • Migration job
    • Migration task
    • Migration task status
    • Artifacts
    Platform
    Migration API / Reference / REST API

    Artifacts

    Postman Collection
    OpenAPI

    Use artifact resources to access artifacts related to a task.

    GET

    Get artifact

    Use this API to download the artifact file.
    Rate limit: 20 requests per minute.

    Request

    Path parameters

    artifactId

    string

    Required

    Responses

    OK

    application/zip

    string

    GET/migrations/public/v1/artifacts/{artifactId}
    1 2 3 curl --request GET \ --url 'https://api.atlassian.com/migrations/public/v1/artifacts/{artifactId}' \ --header 'Accept: application/zip'

    Rate this page: