Locate Artifacts

Gets the download URL for the artifact.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

idstringRequiredformat: "id"
The ID of the artifact to get the URL for.
versionstringOptionalformat: "text"
The version of the artifact that needs to be fetched.

Response

The response to getting an artifact's download URL.
urlstringformat: "text"
The artifact's download URL.
expires_atstring or nullformat: "date-time"
The expiration timestamp of the URL.

Errors