curl --request GET \
--url https://platform.kodexa.ai/api/projects/{id}/sequence \
--header 'x-api-key: <api-key>'123Returns the current change sequence number for the specified Project. Use this for optimistic concurrency control — compare against the changeSequence field before updating.
curl --request GET \
--url https://platform.kodexa.ai/api/projects/{id}/sequence \
--header 'x-api-key: <api-key>'123API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
The change sequence number
The response is of type integer<int32>.