Upload Capture Turn

post/v1/capture/turns

Request body

provider'codex' | 'claude' required
providerSessionIdstring required
providerTurnIdstring required
transcriptPathHashstring required
firstCwdstring required
repoFullNamestring nullable
branchstring nullable
branchSource'transcript' | 'git_fallback' | 'missing' required
routingStatus'routable' | 'missing_branch' | 'missing_repo' required
headShastring nullable
startedAtstring date-time required
completedAtstring date-time nullable
artifactRefstring required

Response

Successful Response

acceptedboolean required
routedboolean required
routingStatus'routable' | 'missing_branch' | 'missing_repo' required
sourceIdstring uuid nullable
turnIdstring uuid nullable
messageCountinteger

Changes