cURL
curl --request GET \ --url https://developer.qaip.com/api/v1/crawls \ --header 'x-api-key: <api-key>'
{ "crawls": [ { "id": "<string>", "name": "<string>", "start_url": "<string>", "status": "unknown", "ingestion_setting_id": "<string>", "creation_time": 123, "start_time": 123, "end_time": 123, "error": { "title": "<string>", "message": "<string>" } } ], "pagination": { "limit": 123, "has_more": true, "total": 123, "next_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } }
Lists web crawl data sources with cursor-based pagination.
Required roles: All
API key for authentication
Maximum number of results to return
1 <= x <= 100
Fetch records after this ID
Successful retrieval of web crawl data sources
Show child attributes