---
title: "get a capture"
method: GET
path: "/w/{workspace}/capture/{id}"
tags: ["capture"]
---

# get a capture

`GET /w/{workspace}/capture/{id}`

## Path parameters

- `workspace` string, required
- `id` integer, required

## Response `200`

capture

- Capture
  - `trigger_kind` 'webhook' | 'http' | 'websocket' | 'kafka' | 'default_email' | 'nats' | 'postgres' | 'sqs' | 'mqtt' | 'amqp' | 'gcp' | 'azure' | 'email', required
  - `main_args` unknown, required
  - `preprocessor_args` unknown, required
  - `id` integer, required
  - `created_at` string, date-time, required

## Changes

- **2026-07-21** `f0a0103ed598` — 1 warning
  - added the new `amqp` enum value to the `trigger_kind` response property for the response status `200`

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/w/:workspace/capture/:id/get.md)

---

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