---
title: "List script workflow runs"
method: GET
path: "/api/script-runs"
tags: ["Script Runs"]
---

# List script workflow runs

`GET /api/script-runs`

## Query parameters

- `status` 'running' | 'paused' | 'completed' | 'failed' | 'cancelled' | 'aborted_limit'
- `agentId` string
- `scriptName` string
- `limit` integer
- `offset` integer, nullable

## Response `200`

Paginated script run list

---

[API](https://skmtc.dev/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/desplega-ai/agent-swarm-api/revisions/92a1dcbd2fc7/schema)
