schema_version | number | Required | schema version recorded for this result. |
workspace_id | string | Required | Workspace that owns this record. |
project_id | string / null | Required | Project that owns this record. |
status_filter | string | Required | status filter recorded for this result. |
generated_at | string | Required | generated at recorded for this result. |
coverage | object | Required | Dataset scope and completeness, including limits on what these results establish. |
coverage.denominator | string | Required | denominator recorded for this result. |
coverage.whole_web_coverage | boolean | Required | False: these results do not measure the whole web. must equal false |
coverage.observation_basis | string | Required | observation basis recorded for this result. |
coverage.includes_paused | boolean | Required | includes paused recorded for this result. |
coverage.project_grant | string | Required | project grant recorded for this result. |
coverage.watch_count | number | Required | watch count recorded for this result. |
coverage.scanned_watch_count | number | Required | scanned watch count recorded for this result. |
coverage.eligible_present_watches_in_scan | number | Required | eligible present watches in scan recorded for this result. |
coverage.excluded_evidence_watches_in_scan | number | Required | excluded evidence watches in scan recorded for this result. |
coverage.available_occurrences_in_scan | number | Required | available occurrences in scan recorded for this result. |
coverage.scanned_occurrence_count | number | Required | scanned occurrence count recorded for this result. |
coverage.included_occurrence_count | number | Required | included occurrence count recorded for this result. |
coverage.invalid_occurrence_count | number | Required | invalid occurrence count recorded for this result. |
coverage.occurrence_payload_bytes | number | Required | occurrence payload bytes recorded for this result. |
coverage.watch_payload_bytes | number | Required | watch payload bytes recorded for this result. |
coverage.watch_scan_limit | number | Required | watch scan limit recorded for this result. |
coverage.occurrence_scan_limit | number | Required | occurrence scan limit recorded for this result. |
coverage.watch_payload_byte_limit | number | Required | watch payload byte limit recorded for this result. |
coverage.occurrence_payload_byte_limit | number | Required | occurrence payload byte limit recorded for this result. |
coverage.included_observation_oldest_at | string / null | Required | included observation oldest at recorded for this result. |
coverage.included_observation_newest_at | string / null | Required | included observation newest at recorded for this result. |
coverage.partial | boolean | Required | partial recorded for this result. |
coverage.limitations | array | Required | limitations recorded for this result. |
analysis_partial | boolean | Required | analysis partial recorded for this result. |
freshness | object | Required | freshness recorded for this result. |
freshness.oldest_last_success_at | string / null | Required | oldest last success at recorded for this result. |
freshness.newest_last_success_at | string / null | Required | newest last success at recorded for this result. |
freshness.oldest_latest_attempt_at | string / null | Required | oldest latest attempt at recorded for this result. |
freshness.newest_latest_attempt_at | string / null | Required | newest latest attempt at recorded for this result. |
counting_notes | array | Required | counting notes recorded for this result. |
evidence_context | object | Required | evidence context recorded for this result. |
evidence_context.latest_unknown_watches | number | Required | latest unknown watches recorded for this result. |
evidence_context.known_present_after_unknown | number | Required | known present after unknown recorded for this result. |
anchors | object | Required | anchors recorded for this result. |
anchors.items | array | Required | Records in this bounded page. |
anchors.items[].distinct_watch_count | number | Required | distinct watch count recorded for this result. |
anchors.items[].example_watch_ids | array | Required | example watch ids recorded for this result. |
anchors.items[].occurrence_count | number | Optional | occurrence count recorded for this result. |
anchors.items[].watch_count | number | Optional | watch count recorded for this result. |
anchors.items[].token_occurrence_count | number | Optional | token occurrence count recorded for this result. |
anchors.items[].link_occurrence_count | number | Optional | link occurrence count recorded for this result. |
anchors.items[].hostname | string | Optional | hostname recorded for this result. |
anchors.items[].target_url | string | Optional | Destination URL recorded in this evidence. |
anchors.items[].target_scope | string | Optional | target scope recorded for this result. |
anchors.items[].anchor | string | Optional | anchor recorded for this result. |
anchors.items[].empty_anchor | boolean | Optional | empty anchor recorded for this result. |
anchors.items[].token | string | Optional | Invitation token returned only at creation. The accepting account must have the matching verified email. |
anchors.items[].term | string | Optional | term recorded for this result. |
anchors.items[].tokens | array | Optional | tokens recorded for this result. |
anchors.total_groups | number | Required | total groups recorded for this result. |
anchors.returned_groups | number | Required | returned groups recorded for this result. |
anchors.truncated | boolean | Required | truncated recorded for this result. |
terms | object | Required | terms recorded for this result. |
terms.items | array | Required | Records in this bounded page. |
terms.items[].distinct_watch_count | number | Required | distinct watch count recorded for this result. |
terms.items[].example_watch_ids | array | Required | example watch ids recorded for this result. |
terms.items[].occurrence_count | number | Optional | occurrence count recorded for this result. |
terms.items[].watch_count | number | Optional | watch count recorded for this result. |
terms.items[].token_occurrence_count | number | Optional | token occurrence count recorded for this result. |
terms.items[].link_occurrence_count | number | Optional | link occurrence count recorded for this result. |
terms.items[].hostname | string | Optional | hostname recorded for this result. |
terms.items[].target_url | string | Optional | Destination URL recorded in this evidence. |
terms.items[].target_scope | string | Optional | target scope recorded for this result. |
terms.items[].anchor | string | Optional | anchor recorded for this result. |
terms.items[].empty_anchor | boolean | Optional | empty anchor recorded for this result. |
terms.items[].token | string | Optional | Invitation token returned only at creation. The accepting account must have the matching verified email. |
terms.items[].term | string | Optional | term recorded for this result. |
terms.items[].tokens | array | Optional | tokens recorded for this result. |
terms.total_groups | number | Required | total groups recorded for this result. |
terms.returned_groups | number | Required | returned groups recorded for this result. |
terms.truncated | boolean | Required | truncated recorded for this result. |
tokenization | object | Required | tokenization recorded for this result. |
tokenization.version | number | Required | version recorded for this result. |
tokenization.normalization | string | Required | normalization recorded for this result. |
tokenization.segmentation | string | Required | segmentation recorded for this result. |
tokenization.address_spans_removed | boolean | Required | address spans removed recorded for this result. |
tokenization.stopwords_removed | boolean | Required | stopwords removed recorded for this result. |
tokenization.stemming | boolean | Required | stemming recorded for this result. |
tokenization.language_specific_segmentation | boolean | Required | language specific segmentation recorded for this result. |
tokenization.maximum_token_codepoints | number | Required | maximum token codepoints recorded for this result. |
tokenization.tokens_seen | number | Required | tokens seen recorded for this result. |
tokenization.unique_terms_included | number | Required | unique terms included recorded for this result. |
tokenization.term_dictionary_limit | number | Required | term dictionary limit recorded for this result. |
tokenization.omitted_long_token_occurrences | number | Required | omitted long token occurrences recorded for this result. |
tokenization.omitted_dictionary_token_occurrences | number | Required | omitted dictionary token occurrences recorded for this result. |
tokenization.partial | boolean | Required | partial recorded for this result. |