Get the latest syncs
Retrieve the latest executed syncs.
Query Parameters
Possible values: [most_recent
]
Possible values: [account_id
]
- 200
- 400
OK
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": "2025-04-04T15:32:19.180Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"queries_retrieved": 0,
"retrievable_urls": 0,
"started_at": "2025-04-04T15:32:19.180Z",
"status": "SCHEDULED",
"stopped_at": "2025-04-04T15:32:19.180Z",
"total_entities_updated": 0,
"urls_in_dataset": 0
}
]
Bad Request
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": "2025-04-04T15:32:19.180Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"queries_retrieved": 0,
"retrievable_urls": 0,
"started_at": "2025-04-04T15:32:19.180Z",
"status": "SCHEDULED",
"stopped_at": "2025-04-04T15:32:19.180Z",
"total_entities_updated": 0,
"urls_in_dataset": 0
}
]