Get Bot traffic settings
GET https://datafa.st/api/v1/admin/websites/{websiteId}/bot-traffic/settingsReturn a website's Bot traffic display, verification, authentication, and ingestion settings, plus the complete company and agent catalog. Read this first before changing individual crawlers.
MCP equivalent:
datafast_bot_traffic_settings_get. hiddenCrawlers changes the chart only; excludedCrawlerIds stops future matching requests before storage.Related: Update Bot traffic settings · Bot traffic tracking
Request
Path parameters
websiteIdstring
required
Website ObjectId used by account tokens to choose which website to query or manage. Website ObjectId. Get it from the dashboard or the List websites API.
Response
Returns a JSON object with
status: "success" and endpoint-specific fields in data (and pagination when the endpoint is paginated).Response fields
data[].websiteIdstring
Website ObjectId used by account tokens to choose which website to query or manage.
data[].domainstring
Tracked domain.
data[].settings.hiddenCrawlersstring[]
Crawler IDs hidden from dashboard charts only.
data[].settings.excludedCrawlerIdsstring[]
Crawler IDs excluded from future ingestion.
data[].settings.verifiedOnlyboolean
Whether only IP-verified crawler matches are accepted.
data[].settings.requireAuthTokenboolean
Whether incoming requests must include the website token.
data[].settings.hideDashboardCardboolean
Whether the Bot traffic card is hidden.
data[].settings.groupBystring
crawlers or pages.data[].settings.pageFilterIdsstring[]
Selected page identifiers used by the dashboard.
data[].crawlerCatalog[]array
Companies with enabled, disabled, or partial status and their agents.
Authentication
Requires an owner
dft_ account token with settings:read. Website API keys (df_) cannot call this endpoint.The token must be allowed to access the website in the path, and that website must belong to the token owner.
The account must have active DataFast API access. Read authentication and scopes for token creation and permissions.
Errors
400 — Invalid website ID.
404 — Website not found or the caller is not its owner.
See API errors for the standard error envelope, auth failures, validation errors, permission errors, and rate limits.