master-agent

Respond To Message

Answer a question, decide an approval request, or acknowledge an escalation/report. First decider wins: the status flip is a conditional update from 'open', so two racing responders can't both decide. Approvals enqueue an immediate follow-up run that executes the stored action.

post/api/v1/master/messages/{message_id}/respond

Path parameters

message_idstring uuid required

Headers

authorizationstring nullable

Bearer <token>

Bearer <token>

Request body

decision'approve' | 'deny' | 'answer' | 'acknowledge' required
responsestring nullable

Response

Successful Response

Changes

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