---
title: "POST /v1b3/projects/{projectId}/jobs/{jobId}/debug/sendCapture"
method: POST
path: "/v1b3/projects/{projectId}/jobs/{jobId}/debug/sendCapture"
tags: ["projects"]
---

# POST /v1b3/projects/{projectId}/jobs/{jobId}/debug/sendCapture

`POST /v1b3/projects/{projectId}/jobs/{jobId}/debug/sendCapture`

Send encoded debug capture data for component.

## Path parameters

- `projectId` string, required
- `jobId` string, required

## Request body

- SendDebugCaptureRequest — Request to send encoded debug information. Next ID: 8
  - `workerId` string — The worker id, i.e., VM hostname.
  - `componentId` string — The internal component id for which debug information is sent.
  - `data` string — The encoded debug information.
  - `dataFormat` 'DATA_FORMAT_UNSPECIFIED' | 'RAW' | 'JSON' | 'ZLIB' | 'BROTLI' — Format for the data field above (id=5).
  - `location` string — The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/dataflow.md) · [All operations](https://skmtc.net/google/apis/dataflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/dataflow/revisions/f065de7a0dba/schema)
