Retrieving Automations
List saved flows
GET
/
list_saved_items
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
user_id
string
The user ID to for which to list items. Required if project_id is not provided.
project_id
string
The project ID for which to list items. Required if user_id is not provided.
Response
200 - application/json
saved_items
object[]
List of saved flows