Records summary
Returns a summary of records extracted and exported within the specified date range. Useful for answering questions like “How many records did the agent download yesterday?”
Authorizations
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"
Query Parameters
Start date for the range (ISO format, defaults to yesterday)
End date for the range (ISO format, defaults to now)
Optional: Filter by specific agent ID
Response
Returns the records summary
Response model for records summary
Start date of the range
End date of the range
Total records extracted across all runs
Total records exported across all runs
Total errors across all runs
Total page loads across all runs
Number of runs included in this summary
Optional agent ID filter