Get an action/automation
GET/v1/actions/:action_identifier
This route allows you to fetch the details of a self-service action or automation.
To learn more about actions and automations, check out the documentation.
Request
Path Parameters
action_identifier stringrequired
Possible values: non-empty
The identifier of the action/automation you want to fetch.
Responses
- 200
- 404
- 500
Success
One of the following errors occurred:
Error | Description |
---|---|
not_found | The action/automation with the provided identifier was not found |
One of the following errors occurred:
Error | Description |
---|---|
internal_error | An internal error occurred |
Loading...