Get Asset Result
Get metadata for a single asset within a submission.
Returns the asset’s filename, MIME type, issue count, version info, tags,
and attached context items. For the issues themselves use the dedicated
/assets/{asset_id}/issues or /assets/{asset_id}/topics endpoints.
Authentication: Requires X-API-Key header with valid API key.
Raises: 404: If the asset is not found, belongs to a different submission, or the submission is not in the authenticated workspace.
Authorizations
Workspace-scoped API key. Format: sk_live_{64 hex chars}
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).
Asset ID
Parent submission ID
Original filename
Submission status
uploading, submitted, queued, processing, complete, failed, partial MIME type
Total issues found
Version number
Version group ID
Tags applied to this asset.
Supporting files/links attached to this asset.
When this asset actually entered review; null while still queued. Reflects the latest attempt on a retried asset.
When this asset left review, for ANY outcome (a failure time on a failed asset). With startedAt this gives the actual processing duration.