Skip to main content
GET
Get Asset
Reads one asset record. downloadUrl is a short-lived signed URL minted per read (null until the asset is READY) — re-fetch the record when it expires rather than storing the URL. Requirements: instructions:read.

Request

string
required
The asset id.

Response

object
{id, workspaceId, kind, filename, mimeType, sizeBytes, sha256, state, createdAt, downloadUrl, downloadUrlExpiresAt}.