Skip to main content

Offsets for a specific source

GET 

/sources/:sourceName/offsets

Retrieves the current offset position for your consumer group on a specific source.

Returns:

  • Current offset → Where your next stream will start from
  • Partition watermarks → Low (earliest) and high (latest) offsets
  • Progress tracking → Total messages, remaining messages, progress percentage
  • Timing information → Last commit timestamp

💡 Use case: Monitor streaming progress and check position before starting streams.

Request

Responses

Offsets retrieved successfully