Monitoring Sources
Authorizations
AuthorizationstringRequired
Enter your token in the format: Bearer
Query parameters
filterstringOptional
A string used to filter references. Allowed filter terms:
source:: filter by source. (exact match - lowercase)domain:: filter by domain. (case insensitive substring filter)url:: filter by url. (case insensitive substring filter)title:: filter the title for a string. (case insensitive substring filter)embedding:: filter by content chunk embeddingtype:: filter by type. (exact match - converted to uppercase)- If no prefix is provided, the filter will be conducted on the url.
sortstringOptionalDefault:
Field to sort by - either created_at, updated_at, published_at, or collected_at
published_atPattern: ^(published_at|collected_at|created_at|updated_at)$orderstringOptionalDefault:
Sort order - either asc or desc
descPattern: ^(asc|desc)$offsetintegerOptionalDefault:
The number of items to skip before starting to collect the result set.
0user_generated_contentbooleanOptionalDefault:
Whether to include user-generated content in the response.
falselimitinteger · min: 1OptionalDefault:
The maximum number of items to return.
100Responses
200
Successful Response
application/json
404
Not found
422
Validation Error
application/json
get
/v1/referencesRetrieve a reference by its identifier.
- identifier: The unique hash of the URL or UUID to retrieve the reference for.
This endpoint returns the reference object associated with the given URL hash. If no reference is found, a 404 error is returned.
Authorizations
AuthorizationstringRequired
Enter your token in the format: Bearer
Path parameters
identifierstringRequired
The unique hash of the URL or UUID to retrieve the reference for
Responses
200
Successful Response
application/json
404
Not found
422
Validation Error
application/json
get
/v1/references/{identifier}Last updated
