Description
Run an action.
Request
HTTP Method: POST
Parameter | Description |
---|---|
id | ID of the action |
curl -X POST \
https://<<META.tenant.domain>>/api/v1/agents/<<action_id>>/run \
-H 'content-type: application/json' \
-H 'x-user-token: <api-token>'
Response
A successful request will return an empty response with a 200
status code.