Get actions
GET/v1/actions
This route allows you to fetch one or more self-service actions in your Port account.
The call will perform a logical AND
between all query parameters below, and return all actions that match the criteria.
To learn more about actions, check out the documentation.
Request
Query Parameters
action_identifier string[]
The identifier/s of the action/s you want to fetch.
blueprint_identifier string[]
The identifier/s of the blueprint/s whose actions you wish to fetch.
operation string[]
Possible values: [CREATE
, DELETE
, DAY-2
]
The operation type/s of the action/s you want to fetch.
published boolean
If true
, only published actions will be fetched.
trigger_type string
Possible values: [self-service
]
version string
Possible values: [v1
, v2
]
Responses
- 200
Default Response
Loading...