Motir API · version 1.23.0
/api/v1/dispatch-runsOpen a dispatch run, with the SET of cards it owns
/api/v1/dispatch-runs/{id}/closeClose a dispatch run with its stop reason
/api/v1/dispatch-runs/{id}/eventsAppend a batch of events to a dispatch run
/api/v1/meWho this token is
/api/v1/plans/{planId}Read a plan with the proposals it bundles
/api/v1/plans/{planId}/statusRead what became of a submitted planning job
/api/v1/projectsList the projects in this token’s workspace
/api/v1/projects/{projectKey}Read a project
/api/v1/projects/{projectKey}/backlogRead a project’s backlog
/api/v1/projects/{projectKey}/backlog/work-itemsMove work items out of their sprint and back to the backlog
/api/v1/projects/{projectKey}/plan-sessionOpen or resume the planning conversation for a scope
/api/v1/projects/{projectKey}/plan-session/submissionsSend the thread’s accumulated intent to the planner
/api/v1/projects/{projectKey}/plan-session/turnsAdd one turn to the planning conversation
/api/v1/projects/{projectKey}/readyRead a project’s READY set
/api/v1/projects/{projectKey}/repositoriesList a project’s repositories
/api/v1/projects/{projectKey}/sprintsList a project’s sprints
/api/v1/projects/{projectKey}/sprintsCreate a planned sprint
/api/v1/projects/{projectKey}/work-itemsList a project’s work items
/api/v1/projects/{projectKey}/work-itemsCreate a work item
/api/v1/projects/{projectKey}/work-items/countCount a project’s work items
/api/v1/scope-claimsAtomically claim a whole story or sprint, all or nothing
/api/v1/sessions/completeClose out a merged session branch
/api/v1/sprints/{sprintId}Read a sprint
/api/v1/sprints/{sprintId}Update a sprint
/api/v1/sprints/{sprintId}/completeComplete a sprint
/api/v1/sprints/{sprintId}/startStart a sprint
/api/v1/sprints/{sprintId}/work-itemsList a sprint’s members
/api/v1/sprints/{sprintId}/work-itemsMove work items into a sprint
/api/v1/work-items/{key}Read a work item
/api/v1/work-items/{key}Update a work item
/api/v1/work-items/{key}/activityRead a work item’s activity — changes, comments, or both
/api/v1/work-items/{key}/archiveArchive a work item
/api/v1/work-items/{key}/attachmentsAttach a file to a work item
/api/v1/work-items/{key}/claimAtomically claim one work item by key
/api/v1/work-items/{key}/commentsList a work item’s comments
/api/v1/work-items/{key}/commentsComment on a work item
/api/v1/work-items/{key}/dispatch-promptRead the canonical coding-agent prompt for a work item
/api/v1/work-items/{key}/expansionsSubmit an AI expansion of a container work item
/api/v1/work-items/{key}/implementationRecord what BUILT a work item
/api/v1/work-items/{key}/integrationRecord a work item as integrated on a session branch
/api/v1/work-items/{key}/linksRemove a relationship edge
/api/v1/work-items/{key}/linksRead a work item’s relationship edges
/api/v1/work-items/{key}/linksCreate a relationship edge
/api/v1/work-items/{key}/plan-approvalApprove the plan this work item produced
/api/v1/work-items/{key}/restoreRestore an archived work item
/api/v1/work-items/{key}/transitionsList the statuses a work item can move to
/api/v1/work-items/{key}/transitionsMove a work item to a new status
/api/v1/workspacesList the workspaces this token’s owner belongs to