Increments the saved offsets for an incremental extract

This endpoint is used only with the incremental extracts to acknowledge a successful data retrieval. Calling the endpoint will move the last offset forward to return only newly added data on the next data retrieval. If invoked for non-incremental extracts, it returns a “Bad Request” response.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

extractionConfigIdstringRequiredformat: "uuid"
The config ID for a specific Extraction.

Response

Successfully incremented saved offsets
statusenum
Indicates whether the latest offsets were incremented or no extract has been performed since the last increment.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
5XX
Server Error