List
GET/analytics-syncs
Retrieve the analytics syncs
Request
Query Parameters
Possible values: [MOST_RECENT]
Possible values: [ACCOUNT_ID]
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
The Account identifier
The creation date-time.
The resource identifier
Total number of queries retrieved by the analytics provider.
Number of URLs processable by the analytics provider based on the Account URL.
The started date-time.
Possible values: [SCHEDULED, SYNCING, COMPLETED, ERROR, CANCELLED]
Status of the sync process.
The stopped date-time.
Number of unique entities updated with analytics by this sync.
Number of total URLs retrieved from dataset entities
[
{
"account_id": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"queries_retrieved": 0,
"retrievable_urls": 0,
"started_at": "2024-07-29T15:51:28.071Z",
"status": "SCHEDULED",
"stopped_at": "2024-07-29T15:51:28.071Z",
"total_entities_updated": 0,
"urls_in_dataset": 0
}
]
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
The Account identifier
The creation date-time.
The resource identifier
Total number of queries retrieved by the analytics provider.
Number of URLs processable by the analytics provider based on the Account URL.
The started date-time.
Possible values: [SCHEDULED, SYNCING, COMPLETED, ERROR, CANCELLED]
Status of the sync process.
The stopped date-time.
Number of unique entities updated with analytics by this sync.
Number of total URLs retrieved from dataset entities
[
{
"account_id": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"queries_retrieved": 0,
"retrievable_urls": 0,
"started_at": "2024-07-29T15:51:28.071Z",
"status": "SCHEDULED",
"stopped_at": "2024-07-29T15:51:28.071Z",
"total_entities_updated": 0,
"urls_in_dataset": 0
}
]