Get Crawling Status
Returns the current crawling and training status for the knowledge base, including progress on any active URL training jobs.
GET
Get Crawling Status
Authorizations
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
Headers
API Version
Available options:
2021-07-28 Path Parameters
The knowledge base ID to check crawling status for
Example:
"kb_abc123def456"
Response
Crawling status retrieved successfully
Overall crawling status
Available options:
idle, crawling, training, completed, failed Example:
"training"
Total number of URLs being processed
Example:
10
Number of URLs that have been processed
Example:
7
Number of URLs that failed to process
Example:
1
Timestamp of last crawl activity
Last modified on March 7, 2026
Get Crawling Status