GET
/
get_plrun_saved_item_map
curl --request GET \
  --url https://api.gumloop.com/api/v1/get_plrun_saved_item_map \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workbook_id
string

The ID of the workbook to retrieve run history for. Required if saved_item_id is not provided.

saved_item_id
string

The ID of the saved item to retrieve run history for. Required if workbook_id is not provided.

user_id
string

The user ID. Required if project_id is not provided.

project_id
string

The project ID. Required if user_id is not provided.

Response

200
application/json

Successful retrieval of automation run history

A map of saved item IDs to their recent run history, with up to 10 runs per saved item