cURL
curl --request GET \ --url http://localhost:3301/api/v1/agent-session-input-requests/count \ --header 'Authorization: Bearer <token>'
{ "count": 123 }
Get the count of pending input requests
API key authentication
Default Response