Returns a signed download URL for an artifact, plus its filename, media type, and size. Follow download_url to fetch the file bytes.
Documentation Index
Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt
Use this file to discover all available pages before exploring further.
ID of the artifact to download.
Specific version of the artifact to download. Defaults to the latest version when omitted.
Signed download URL and file metadata.
Signed URL the caller can GET to fetch the file bytes.
"https://storage.googleapis.com/gumloop-artifacts/art_aBcDeF123?X-Goog-Signature=..."
"q4_sales_report.pdf"
"application/pdf"
File size in bytes.
12345