Skip to main content
GET
/
api
/
v1
/
analytics
/
records
/
summary
Get records summary for a date range
curl --request GET \
  --url https://dashboard.sequentum.com/api/v1/analytics/records/summary \
  --header 'Authorization: Bearer <token>'
{
  "startDate": "2023-11-07T05:31:56Z",
  "endDate": "2023-11-07T05:31:56Z",
  "totalRecordsExtracted": 123,
  "totalRecordsExported": 123,
  "totalErrors": 123,
  "totalPageLoads": 123,
  "runCount": 123,
  "agentId": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.sequentum.com/llms.txt

Use this file to discover all available pages before exploring further.

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