Skip to main content
GET
Get records summary for a date range

Authorizations

Authorization
string
header
required

API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"

Authorization
string
header
required

OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"

Query Parameters

startDate
string<date-time>

Start date for the range (ISO format, defaults to yesterday)

endDate
string<date-time>

End date for the range (ISO format, defaults to now)

agentId
integer<int32>

Optional: Filter by specific agent ID

Response

Returns the records summary

Response model for records summary

startDate
string<date-time>

Start date of the range

endDate
string<date-time>

End date of the range

totalRecordsExtracted
integer<int64>

Total records extracted across all runs

totalRecordsExported
integer<int64>

Total records exported across all runs

totalErrors
integer<int64>

Total errors across all runs

totalPageLoads
integer<int64>

Total page loads across all runs

runCount
integer<int32>

Number of runs included in this summary

agentId
integer<int32> | null

Optional agent ID filter