Skip to main content
GET
Retrieve automation run history

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

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

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