Agent Messaging

Long-poll for messages

Holds connection open until a message arrives or timeout (max 25s). Much more efficient than short-interval polling.

get/v1/agent/receive/poll

Query parameters

timeoutinteger
sincestring date-time
fromstring

Response

Messages (or empty array on timeout)

Changes