---
title: "Retrieve automation run history"
method: GET
path: "/get_plrun_saved_item_map"
tags: ["Data Access"]
---

# Retrieve automation run history

`GET /get_plrun_saved_item_map`

This endpoint retrieves the run history for automations, either by workbook or saved item. Returns the 10 most recent runs.

## Query parameters

- `workbook_id` string
- `saved_item_id` string
- `user_id` string
- `project_id` string

## Response `200`

Successful retrieval of automation run history

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

## Other responses

- `400` — Bad request (missing workbook_id or saved_item_id parameter)
- `401` — Unauthorized (missing or invalid API key)
- `403` — Forbidden (API key does not match)
- `404` — Workbook not found
- `500` — Internal server error

---

[API](https://skmtc.net/gumloop/apis/public-api.md) · [All operations](https://skmtc.net/gumloop/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gumloop/public-api/versions/115f2d6ce387/schema)
