---
title: "POST /consumers/{groupid}/instances/{name}/positions"
method: POST
path: "/consumers/{groupid}/instances/{name}/positions"
tags: ["Seek", "Consumers"]
---

# POST /consumers/{groupid}/instances/{name}/positions

`POST /consumers/{groupid}/instances/{name}/positions`

Configures a subscribed consumer to fetch offsets from a particular offset the next time it fetches a set of records from a given topic partition. This overrides the default fetch behavior for consumers. You can specify one or more topic partitions.

## Response `204`

Seek performed successfully.

## Other responses

- `404` — The specified consumer instance was not found, or the specified consumer instance did not have one of the specified partitions assigned.

## Changes

- **2025-05-29** `426d9b9215e9` — 1 info
  - added the optional property `validation_errors` to the response with the `404` status
- **2019-07-03** `d4a613e407a1` — 3 breaking
  - the request property `offsets/items/offset` became required
  - the request property `offsets/items/partition` became required
  - the request property `offsets/items/topic` became required
- **2019-05-27** `574cafef42d9` — 2 breaking, 4 info
  - added required request body
  - removed the success response with the status `200`
  - api tag `Consumers` added
  - api tag `Seek` added
  - …2 more
- **2019-05-21** `c10758b73ea6` — 2 breaking, 4 info
  - removed the request body
  - removed the success response with the status `204`
  - api tag `Consumers` removed
  - api tag `Seek` removed
  - …2 more

[Change history](https://skmtc.dev/strimzi/apis/http-bridge-api-reference/changes/consumers/:groupid/instances/:name/positions/post.md)

---

[API](https://skmtc.dev/strimzi/apis/http-bridge-api-reference.md) · [All operations](https://skmtc.dev/strimzi/apis/http-bridge-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/strimzi/http-bridge-api-reference/revisions/1cc83c2d9990/schema)
