cURL
Download artifact
Returns a signed download URL for an artifact, plus its filename, media type, and size. Follow download_url to fetch the file bytes.
GET
cURL
Authorizations
Path Parameters
ID of the artifact to download.
Query Parameters
Specific version of the artifact to download. Defaults to the latest version when omitted.
Response
Signed download URL and file metadata.
Signed URL the caller can GET to fetch the file bytes.
Example:
"https://storage.googleapis.com/gumloop-artifacts/art_aBcDeF123?X-Goog-Signature=..."
Example:
"q4_sales_report.pdf"
Example:
"application/pdf"
File size in bytes.
Example:
12345
