This endpoint retrieves the run history for automations, either by workbook or saved item. Returns the 10 most recent runs.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the workbook to retrieve run history for. Required if saved_item_id is not provided.
The ID of the saved item to retrieve run history for. Required if workbook_id is not provided.
The user ID. Required if project_id is not provided.
The project ID. Required if user_id is not provided.
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