One card, its runs and where its events live
Authorizations
Workspace API key. Create one via the dashboard or POST /v1/auth/keys.
Path Parameters
Team slug. Lowercase letters, digits and hyphens, 1..63 characters.
The tenant_user this team is bound to. default and me resolve to the caller's own subject.
The board id (tasks_mirror.hermes_task_id).
Response
The card.
The board id the runtime addresses this card by.
The naive UUID for the same card. Reported beside the board id, never instead of it.
The six board columns. Computed from tasks_mirror.status AND verification_status until R-6's CHECK makes their disagreement unrepresentable.
open, claimed, awaiting_check, done, unverified, blocked The role that holds this card. Sourced from tasks_mirror.assignee, which keeps its column name.
Always null in this build: there is no per-card check list. Null, not {passed:0,total:0} — which would read as no checks passed.
REQUIRED whenever status is unverified. A terminal state a user cannot explain is a broken product.