Get an action request log
Deprecated
Get an action request log for the specified agent ID.
Path parameters
-
agent_id
string Required Agent ID
Query parameters
-
query
object Required
GET
/api/endpoint/action_log/{agent_id}
curl \
--request GET 'https://localhost:5601/api/endpoint/action_log/{agent_id}?query=%7B%7D' \
--header "Authorization: $API_KEY"