Get Asset Topics
Get AI-clustered topics for a single asset.
Each topic groups related issues — root-cause clusters from the LLM, or
issues sharing a physical anchor. orphanIssues are issues not in any
topic — expected, not an error: the semantic clusterer only emits topics
with at least two related issues.
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.
404: If the asset has not finished processing yet (handled globally
via AssetProcessingPendingError).
502: If the topics or issues blob can’t be downloaded or parsed
(handled globally via BlobLoadError).
Authorizations
Workspace-scoped API key. Format: sk_live_{64 hex chars}
Response
Successful Response
Per-asset topics with embedded issues and a flat list of orphan issues.
Orphan issues are not an error: the semantic clusterer only emits topics with ≥2 issues, so a unique issue with no semantic neighbour stays unclustered.