Get all crawl requests for a dataset
Crawl
Get all crawl requests for a dataset
This endpoint is used to get all crawl requests for a dataset.
GET
Get all crawl requests for a dataset
Documentation Index
Fetch the complete documentation index at: https://docs.trieve.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Headers
The dataset id to use for the request
Query Parameters
The page number to retrieve
The number of items to retrieve per page
Response
Crawl requests retrieved successfully
Options for setting up the crawl which will populate the dataset.
Example:
{
"crawl_options": {
"allow_external_links": false,
"boost_titles": true,
"exclude_tags": [
"#ad",
"#footer",
"header",
"head",
"navbar",
"footer",
"aside",
"nav",
"form"
],
"heading_remove_strings": ["Advertisement", "Sponsored"],
"ignore_sitemap": true,
"include_tags": [],
"interval": "daily",
"limit": 50,
"site_url": "nedzo.ai"
}
}Available options:
firecrawl, openapi, shopify, youtube Available options:
Pending