v1

latestOpenAPI 3.0.02026-07-26492143.5 KB
Data Access

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/get_plrun_saved_item_map

Query parameters

workbook_idstring

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

saved_item_idstring

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

user_idstring

The user ID. Required if project_id is not provided.

project_idstring

The project ID. Required if user_id is not provided.

Response

Successful retrieval of automation run history

object required

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