---
title: "commit kafka offsets for a specific trigger"
method: POST
path: "/w/{workspace}/kafka_triggers/commit_offsets/{path}"
tags: ["kafka_trigger"]
---

# commit kafka offsets for a specific trigger

`POST /w/{workspace}/kafka_triggers/commit_offsets/{path}`

## Path parameters

- `workspace` string, required
- `path` string, required

## Request body

- object
  - `topic` string, required
  - `partition` integer, required
  - `offset` integer, required

## Response `200`

kafka offsets committed successfully

---

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