Skip to main content

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

    action_identifier string[]

    The identifier/s of the action/s and/or automation/s you want to fetch.

    blueprint_identifier string[]

    The identifier/s of the blueprint/s whose actions/automations you wish to fetch.

    operation string[]

    Possible values: [CREATE, DELETE, DAY-2]

    The operation type/s of the action/s you want to fetch. Relevant only for self-service actions.

    published boolean

    If true, only published actions/automations will be fetched.

    trigger_type string

    Possible values: [self-service, automation]

    trigger_event string[]

    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.

    version string

    Possible values: [v1, v2]

Responses

Success

Loading...