---
title: "List durable automation run history"
method: GET
path: "/api/v1/automations/{automationId}/runs"
tags: ["automations"]
---

# List durable automation run history

`GET /api/v1/automations/{automationId}/runs`

## Path parameters

- `automationId` string, required — Automation identifier.

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

OK

- ListAutomationRunsResponse
  - `nextCursor` string
  - `runs` AutomationRunResponse[], required
    - `attemptCount` integer, required
    - `automationId` string, required
    - `claimedAt` string, date-time, nullable
    - `createdAt` string, date-time, required
    - `errorMessage` string
    - `finishedAt` string, date-time, nullable
    - `id` string, required
    - `leaseExpiresAt` string, date-time, nullable
    - `scheduledFor` string, date-time, required
    - `sessionId` string
    - `startedAt` string, date-time, nullable
    - `status` 'pending' | 'spawning' | 'running' | 'completed' | 'failed', required
    - `updatedAt` string, date-time, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error
- `501` — Not Implemented

## Changes

- **2026-09-27** `cfaec3fcda51` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/automations/:automationId/runs/get.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/revisions/1e9e4bbb67f1?raw)
