---
title: "Terravibes List Runs"
method: GET
path: "/runs"
tags: ["runs"]
---

# Terravibes List Runs

`GET /runs`

List all the workflow runs currently in the system.

## Query parameters

- `ids` string[] — The list of run IDs to retrieve. If not provided, all runs are returned.
- `page` integer — The page number to retrieve.
- `items` integer — The number of items per page.
- `fields` string[] — Fields to return alongside each run id. If not provided, only run ids are returned.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/azure/apis/terravibes-spatial-api.md) · [All operations](https://skmtc.net/azure/apis/terravibes-spatial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/terravibes-spatial-api/versions/a5f8eb465ef6/schema)
