Skip to main content

Get the latest syncs

Retrieve the latest executed syncs.

Query Parameters
    accountIds int64[] required
    sort string

    Possible values: [most_recent]

    group_by string

    Possible values: [account_id]

Responses

OK


Schema
  • Array [
  • 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

  • ]
Loading...