Listen as agent

This is a long polling API that will block until a new task is ready for delivery. If no new task is available then the server will hold on to your request for up to 5 minutes, after that 5 minute timeout period you will be expected to reinitiate a new request.

Request

This endpoint expects an object.
agentSelectorobjectOptional
Selector criteria to determine which Agent Tasks the agent receives

Response

Requests for the agent to comply with.
executeRequestobject or null
Request to execute a Task.
cancelRequestobject or null
Request to Cancel a Task.
completeRequestobject or null
Request to Complete a Task.

Errors