Returns metadata for a previously uploaded artifact along with a short-lived signed download_url for retrieving the original file contents. This endpoint supports inspection, auditing, and re-download of an artifact prior to starting a workflow.
The download_url is a presigned URL that remains valid until download_url_expires_at. After expiry, call this endpoint again to obtain a new URL.
Documentation Index
Fetch the complete documentation index at: https://developer.fabric.inc/llms.txt
Use this file to discover all available pages before exploring further.
The brand domain name (for example, vessel.com or containerstore.com) used to scope the request to a specific brand's data and configuration. The authenticated principal must be authorized for the specified brand.
"vessel.com"
Artifact identifier returned by POST /v2/optimize/artifacts.
"art_95c650ded4824dc79bb6df16427e4a10"
Lifetime of the signed download_url in seconds. Minimum 60, maximum 3600, default 900.
60 <= x <= 3600900
Artifact metadata and signed download URL
Artifact metadata plus a short-lived signed URL for downloading the original file contents.
"art_95c650ded4824dc79bb6df16427e4a10"
Artifact file format. The supported value is csv.
csv Indicates how the artifact was ingested. upload denotes a direct multipart upload, presigned denotes the presigned-URL flow used for large files, uri denotes a server-side fetch from an external URI, and generated denotes a system-produced artifact.
upload, presigned, uri, generated "text/csv"
"s3://product-agent-data-prod-ue2/optimize-artifacts/svc_yourClientId/art_95c650ded4824dc79bb6df16427e4a10/catalog.csv"
"691df5949676c8e0b1d7b6b3"
"2026-05-15T10:30:00Z"
Short-lived presigned URL for downloading the original file contents. The URL is valid until download_url_expires_at.
"https://product-agent-data-prod-ue2.s3.amazonaws.com/optimize-artifacts/svc_yourClientId/art_95c650ded4824dc79bb6df16427e4a10/catalog.csv?X-Amz-Signature=..."
Expiry timestamp in UTC for download_url. After this time, call GET /v2/optimize/artifacts/{artifact_id} again to obtain a new URL.
"2026-05-15T10:45:00Z"
45678
"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08"
"catalog.csv"