For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get change capture pointer

get
Authorizations
AuthorizationstringRequired

Omnitron staff token. Format: Token <token>. Validated against Omnitron active_user API — user must have is_staff: true.

Path parameters
change_capture_pointer_idintegerRequired
Responses
200

CDC pointer details

application/json
idintegerRead-onlyOptional
keystring · max: 255Optional

Unique CDC pointer key (e.g. last_modified_date_minute)

valuestring · nullableOptional

Serialized pointer value (ISO 8601 string for datetime type)

value_typestring · enumOptional

Type hint used to deserialize value

Possible values:
created_datestring · date-timeRead-onlyOptional
modified_datestring · date-timeRead-onlyOptional
get/admin/change-capture-pointers/{change_capture_pointer_id}/

Last updated

Was this helpful?