GET
/
list_saved_items
curl --request GET \
  --url https://api.gumloop.com/api/v1/list_saved_items \
  --header 'Authorization: Bearer <token>'
{
  "saved_items": [
    {
      "saved_item_id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "created_ts": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer 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
Successful retrieval of saved items
saved_items
object[]

List of saved flows