v2
latestOpenAPI 3.1.02026-07-312303692.4 MBMessage
Poller Consumer Seek
Sets the starting offset for the consumer of a polling endpoint.
post/api/v1/app/{app_id}/poller/{sink_id}/consumer/{consumer_id}/seek
Path parameters
app_idstring required
The Application's ID or UID.
Example:unique-identifier
The Application's ID or UID.
sink_idstring required
The Endpoint's ID or UID.
Example:unique-identifier
The Endpoint's ID or UID.
consumer_idstring required
Headers
idempotency-keystring
The request's idempotency key
Request body
Example request
{
"after": "2025-04-21T11:20:34Z"
}