Get actions/automations
GET/v1/actions
This route allows you to fetch one or more self-service actions and/or automations in your Port account.
The call will perform a logical AND
between all query parameters below, and return all actions and automations that match the criteria.
To learn more about actions and automations, check out the documentation.
Request
Query Parameters
The identifier/s of the action/s and/or automation/s you want to fetch.
The identifier/s of the blueprint/s whose actions/automations you wish to fetch.
Possible values: [CREATE
, DELETE
, DAY-2
]
The operation type/s of the action/s you want to fetch. Relevant only for self-service actions.
If true
, only published actions/automations will be fetched.
Possible values: [self-service
, automation
]
Possible values: [ENTITY_CREATED
, ENTITY_UPDATED
, ENTITY_DELETED
, TIMER_PROPERTY_EXPIRED
, ANY_ENTITY_CHANGE
]
The event/s that triggered the automation/s you want to fetch. Relevant only for automations.
Possible values: [v1
, v2
]
Responses
- 200
- 422
- 500
Success
One of the following errors occurred:
Error | Description |
---|---|
invalid_request | The data provided does not match the route schema |
One of the following errors occurred:
Error | Description |
---|---|
internal_error | An internal error occurred |