Dispatches

Generate a dispatch (cell-backed)

Forwards to the cell of the jurisdiction named in ?jurisdiction= (default: the caller's home), which resolves the repos locally and persists the run — a dispatch covers repos in exactly one jurisdiction and lives in that cell. May return with generation already complete or failed (200/201), or still in progress (202) — poll GET /me/dispatches/:dispatchId?jurisdiction=<its jurisdiction> by the returned id until the run reaches a terminal status. A 404 names a repo not placed in (or not visible in) that jurisdiction.

post/api/v1/me/dispatches

Query parameters

jurisdictionstring

Jurisdiction whose cell stores the row (its jurisdiction field). Gateway-only — stripped before forwarding. Omitted: the caller's home jurisdiction.

Request body

reposstring[]
sincestring required
untilstring required
branchesstring[] required
voicestring

Response

Dispatch generated and persisted

idstring required
setupIdstring required
jurisdictionstring
status'generating' | 'complete' | 'failed' required
titlestring nullable required
coveredReposstring[] required
coveredRepoUlidsstring[] required
coveredRepoGithubIdsnumber[] required
branchesstring[] required
voicestring nullable required
generatedMarkdownstring required
isPersistedboolean required
errorMessagestring nullable required
createdAtstring required
updatedAtstring required
completedAtstring nullable required

Changes

No recorded changes to this endpoint across all 1 revision of this API.