Skip to main content
GET
Get Asset Result

Authorizations

X-API-Key
string
header
default:sk_live_your_api_key_here
required

Workspace-scoped API key. Format: sk_live_{64 hex chars}

Path Parameters

submission_id
string<uuid>
required
asset_id
string<uuid>
required

Response

Successful Response

Asset metadata for a single asset: filename, MIME type, tags, context.

Issues are served by the dedicated /assets/{asset_id}/issues and /assets/{asset_id}/topics endpoints, which carry the full enriched detail (contributors, anchors, resolution requirements).

assetId
string<uuid>
required

Asset ID

submissionId
string<uuid>
required

Parent submission ID

filename
string
required

Original filename

status
enum<string>
required

Submission status

Available options:
uploading,
submitted,
queued,
processing,
complete,
failed,
partial
mimeType
string | null

MIME type

issueCount
integer | null

Total issues found

versionNumber
integer
default:1

Version number

versionGroupId
string<uuid> | null

Version group ID

tags
TagSchema · object[]

Tags applied to this asset.

contextItems
ContextItemSchema · object[]

Supporting files/links attached to this asset.

startedAt
string<date-time> | null

When this asset actually entered review; null while still queued. Reflects the latest attempt on a retried asset.

completedAt
string<date-time> | null

When this asset left review, for ANY outcome (a failure time on a failed asset). With startedAt this gives the actual processing duration.