v46

latestOpenAPI 3.0.0MITraw.githubusercontent.com2026-08-0311978417.1 KB
Private Messages

Get a single action

Retrieve a single action by its ID within an agent message, along with the message status.

get/api/w/{wId}/assistant/conversations/{cId}/messages/{mId}/actions/{aId}

Path parameters

wIdstring required

ID of the workspace

cIdstring required

ID of the conversation

mIdstring required

ID of the message

aIdstring required

ID of the action

Response

Successfully retrieved the action

messageStatus'created' | 'succeeded' | 'failed' | 'cancelled' | 'gracefully_stopped'