Retrieve crawler details
Retrieves details about the specified crawler, optionally with its configuration.
settingsAuthorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Crawler ID. Universally unique identifier (UUID) of the crawler.
"e0f6db8a-24f5-4092-83a4-1b2c6cb6d809"
Query Parameters
Whether the response should include the crawler's configuration.
Response
OK
- Without configuration
- With configuration
Whether this crawler is blocked.
If true, you can unblock it from the Crawler page in the Algolia dashboard
or by cancelling the blocking task.
Date and time when the object was created, in RFC 3339 format.
"2023-07-04T12:49:15Z"
Date and time when the last crawl finished, in RFC 3339 format.
Date and time when the last crawl started, in RFC 3339 format.
"2024-04-07T09:16:04Z"
Name of the crawler.
64"test-crawler"
Whether this crawler is completely reindexing your content.
Whether this crawler is active.
Date and time when the object was updated, in RFC 3339 format.
"2023-07-04T12:49:15Z"
Reason why the crawler is blocked.
"Error: Failed to fetch external data for source 'testCSV': 404\n"
ID of the task that's blocking the crawler.