Get an action request log Deprecated

View as Markdown
GET /api/endpoint/action_log/{agent_id}

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.

Path parameters

  • agent_id string

    Agent ID

Query parameters

  • query object
    Hide query attributes Show query attributes object
    • end_date string

      An end date in ISO format or Date Math format.

    • page integer

      Page number

      Minimum value is 1. Default value is 1.

    • page_size integer

      Number of items per page

      Minimum value is 1, maximum value is 100. Default value is 10.

    • start_date string

      A start date in ISO 8601 format or Date Math format.

Responses

  • 200 application/json

    OK

GET /api/endpoint/action_log/{agent_id}
curl \
 --request GET 'https://localhost:5601/api/endpoint/action_log/{agent_id}' \
 --header "Authorization: $API_KEY"