Retrieve automation run history
Retrieve automation run history
This endpoint retrieves the run history for automations, either by workbook or saved item. Returns the 10 most recent runs.
GET
Retrieve automation run history
Documentation Index
Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
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.
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
