Get an action request log
Deprecated
Spaces method and path for this operation:
get /s/{space_id}/api/endpoint/action_log/{agent_id}
Refer to Spaces for more information.
Get an action request log for the specified agent ID.
GET
/api/endpoint/action_log/{agent_id}
curl \
--request GET 'https://localhost:5601/api/endpoint/action_log/{agent_id}' \
--header "Authorization: $API_KEY"