---
title: "Claim Workflows"
method: POST
path: "/worker/workflows/claim"
tags: ["worker"]
---

# Claim Workflows

`POST /worker/workflows/claim`

Claim and retrieve workflows for a runtime-group worker.

## Request body

- WorkerRuntimeGroupRequest — Request to claim and retrieve one runtime group.
  - `workflow_ids` integer[], required

## Response `200`

Successful Response

- WorkerRuntimeGroupItem[]
  - `id` integer, required
  - `object_type` string, required
  - `object_data` object, required
  - `started_at` string, date-time, required

## 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)
