Get action details

GET /api/endpoint/action/{action_id}

Spaces method and path for this operation:

get /s/{space_id}/api/endpoint/action/{action_id}

Refer to Spaces for more information.

Get the details of a response action using the action ID.

Path parameters

  • action_id string Required

    The ID of the action to retrieve.

Responses

  • 200 application/json

    OK

GET /api/endpoint/action/{action_id}
curl \
 --request GET 'https://localhost:5601/api/endpoint/action/fr518850-681a-4y60-aa98-e22640cae2b8' \
 --header "Authorization: $API_KEY"