---
title: "Get Runs V2"
method: GET
path: "/v1/runs"
tags: ["agent"]
---

# Get Runs V2

`GET /v1/runs`

## Query parameters

- `page` integer
- `page_size` integer
- `status` RunStatus[], nullable
- `search_key` string, nullable — Case-insensitive substring search (min 3 chars for trigram index).

## Headers

- `x-api-key` string, nullable — Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

## Response `200`

Successful Response

- TaskRunListItem[]
  - `task_run_id` string, required
  - `run_id` string, required
  - `task_run_type` string, required
  - `status` string, required
  - `title` string, nullable
  - `started_at` string, date-time, nullable
  - `finished_at` string, date-time, nullable
  - `created_at` string, date-time, required
  - `workflow_permanent_id` string, nullable
  - `workflow_deleted` boolean
  - `script_run` boolean

## Other responses

- `422` — Validation Error

## Changes

- **2026-05-05** `8586287e102b` — 1 info
  - added the optional property `items/workflow_deleted` to the response with the `200` status
- **2026-04-02** `1da58db79a48` — 1 info
  - endpoint added
- **2026-04-01** `8a4e8b880de8` — 1 breaking
  - api path removed without deprecation
- **2026-04-01** `1da58db79a48` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/skyvern-ai/apis/skyvern-api/changes/v1/runs/get.md)

---

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