Skip to main content

Download a file

GET 

/api/artifacts/v1/files/:id/content/

Downloads the current version of the file with the specified ID. Alternatively, provide folder and name query parameters and use the sentinel value _ for the ID in the URL to look up by name instead of ID. The content type will vary based on the file type.

Request

Responses

File content with variable content type

Response Headers
    Content-Length

    The size of the file

    X-File-Id

    The ID of the file

    X-File-Version-Created

    The creation date of the file version

    X-File-Version-Id

    The ID of the file version