List changes
Query change records within a time window, with filtering, search, and pagination.
Documentation Index
Fetch the complete documentation index at: https://docs.flashcat.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Restrictions
| Aspect | Value |
|---|---|
| Rate limits | 1,000 requests/minute; 50 requests/second per account |
| Permissions | None — any valid app_key can call this operation |
Authorizations
App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.
Body
Unix timestamp in seconds for the start of the query window.
Unix timestamp in seconds for the end of the query window.
Page number, starting at 1.
x >= 1Number of items per page.
1 <= x <= 100Filter by collaboration channel IDs.
Filter by reporting integration IDs.
Field to sort the result by.
start_time, last_time Sort in ascending order when true.
Include the underlying change events for each change when true.
Free-text or regular-expression search over change fields.
Response
Success
Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.