Create analytics sync.
Create and run analytics sync.
Responses
- 201
Created
application/json
Schema
Example (from schema)
Schema
account_id int64
The Account identifier
created_at date-time
The creation date-time.
id uuid
The resource identifier
queries_retrieved int64
Total number of queries retrieved by the analytics provider.
retrievable_urls int32
Number of URLs processable by the analytics provider based on the Account URL.
started_at date-time
The started date-time.
status string
Possible values: [SCHEDULED
, SYNCING
, COMPLETED
, ERROR
, CANCELLED
]
Status of the sync process.
stopped_at date-time
The stopped date-time.
total_entities_updated int32
Number of unique entities updated with analytics by this sync.
urls_in_dataset int32
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
}
Loading...