Returns a paginated list of past sync executions for the specified cache, ordered from most recent to oldest. Each entry corresponds to one sync run (either incremental or full refresh) and includes its status, progress counters, error details (if failed), and lifecycle timestamps.
The executionMode field on each entry indicates whether that run was an incremental sync or a full refresh. Use the limit and offset query parameters to page through history; defaults are limit=10 and offset=0.
Execution records have a retention window of 14 days after the cache or run is finalised, after which they are automatically removed.
Documentation Index
Fetch the complete documentation index at: https://docs.peaka.com/llms.txt
Use this file to discover all available pages before exploring further.


Use the Authorization header with the value 'Bearer ' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication
The unique identifier of the project that owns the cache
The unique identifier of the cache whose history is requested (UUID format)
Maximum number of execution records to return. Defaults to 10.
Number of records to skip from the start of the result set, used for pagination. Defaults to 0.