Workflows

List all workflows

Retrieves a list of workflows with optional filtering and pagination

get/v2/workflows

Query parameters

limitnumber

Number of items to return per page

offsetnumber

Number of items to skip before starting to return results

orderDirection'ASC' | 'DESC'

Direction of sorting

orderBy'createdAt' | 'updatedAt' | 'name' | 'lastTriggeredAt'

Field to sort the results by

querystring

Search query to filter workflows

tagsstring[]

Filter workflows by tags

statusWorkflowStatusEnum[]

Filter workflows by status

Response

OK

totalCountnumber required

Total number of workflows

Changes

Changed in 3 of the 13 revisions of this API.82

  • 0aeabb0041fd22See the full diff
    • added the new CHAT_CARD_INVALID_BUTTON enum value to the //////////// response property for the response status

      response-property-enum-value-added

    • added the new CHAT_CARD_LIMIT_EXCEEDED enum value to the //////////// response property for the response status

      response-property-enum-value-added

    • added the optional property //////////// to the response with the status

      response-optional-property-added

    • added the optional property //////////// to the response with the status

      response-optional-property-added

    • for the query request parameter limit, the max was set to 100.00

      request-parameter-max-set

    • for the query request parameter limit, the min was set to 1.00

      request-parameter-min-set

    • for the query request parameter offset, the min was set to 0.00

      request-parameter-min-set

    • added the new UNSUPPORTED_PROPERTY enum value to the //////////// response property for the response status

      response-property-enum-value-added

    • added the new tool enum value to the /// response property for the response status

      response-property-enum-value-added

    • added the new tool enum value to the //// response property for the response status

      response-property-enum-value-added