---
title: "Batch Retrieve Workflow Statuses"
method: POST
path: "/workflow/batch_status"
tags: ["workflow"]
---

# Batch Retrieve Workflow Statuses

`POST /workflow/batch_status`

Retrieve status summary for multiple workflows by their UUIDs.
Returns a dict with counts for each status type.

## Cookies

- `access_token` string, nullable

## Request body

- WorkflowBatchRequest
  - `uuids` string[], required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rowansci/apis/eyrie.md) · [All operations](https://skmtc.dev/rowansci/apis/eyrie/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rowansci/eyrie/revisions/f786577eede6/schema)
