Get Artifact

Gets the requested artifact's information.

Headers

AuthorizationstringRequired

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

Query parameters

idstringRequiredformat: "id"
The requested artifact's ID.
versionstringOptionalformat: "text"
The version of the artifact that needs to be fetched.

Response

The response to getting an artifact's information.
artifactobject
versionobject
The version of the artifact.

Errors