diff --git a/api/analytics/assistant-caller-stats.mdx b/api/analytics/assistant-caller-stats.mdx index 377fd12c2..1f5a4b7c1 100644 --- a/api/analytics/assistant-caller-stats.mdx +++ b/api/analytics/assistant-caller-stats.mdx @@ -17,3 +17,7 @@ Use this endpoint to see how the system distributes assistant queries across dif ## Filtering Filter by date range using `dateFrom` and `dateTo` parameters. + +## Rate limits + +- 100 requests per Mintlify organization per hour diff --git a/api/analytics/assistant-conversations.mdx b/api/analytics/assistant-conversations.mdx index 14c33ae96..3103a068e 100644 --- a/api/analytics/assistant-conversations.mdx +++ b/api/analytics/assistant-conversations.mdx @@ -23,3 +23,7 @@ Each conversation includes: - **sources**: Pages referenced in the response, with title and URL - **resolutionStatus**: Whether the assistant successfully answered the question. Either `answered` or `unanswered`. Use this field to track and analyze documentation gaps surfaced by user questions the assistant could not resolve. - **queryCategory**: Classification of the query type (if available) + +## Rate limits + +- 100 requests per Mintlify organization per hour diff --git a/api/analytics/feedback-by-page.mdx b/api/analytics/feedback-by-page.mdx index 02a299f4e..e1affe118 100644 --- a/api/analytics/feedback-by-page.mdx +++ b/api/analytics/feedback-by-page.mdx @@ -16,3 +16,7 @@ Filter feedback by: - **Source**: Filter by `code_snippet`, `contextual`, or `agent` feedback types - **Status**: Filter by status values like `pending`, `in_progress`, `resolved`, or `dismissed` + +## Rate limits + +- 100 requests per Mintlify organization per hour diff --git a/api/analytics/feedback.mdx b/api/analytics/feedback.mdx index cffca87ea..b8dcdefe8 100644 --- a/api/analytics/feedback.mdx +++ b/api/analytics/feedback.mdx @@ -25,3 +25,7 @@ The response contains different feedback types based on the source: - **Contextual feedback**: Includes `helpful` boolean and optional `contact` email - **Code snippet feedback**: Includes `code`, `filename`, and `lang` fields - **Agent feedback**: Includes a `comment` with the agent's feedback text and the `path` of the page it relates to + +## Rate limits + +- 100 requests per Mintlify organization per hour diff --git a/api/analytics/searches.mdx b/api/analytics/searches.mdx index 33dfb889c..187afa7b0 100644 --- a/api/analytics/searches.mdx +++ b/api/analytics/searches.mdx @@ -15,3 +15,7 @@ Paginate through results using the `nextCursor` parameter returned in the respon Filter search data by date range using `dateFrom` and `dateTo` parameters. + +## Rate limits + +- 100 requests per Mintlify organization per hour diff --git a/api/analytics/views.mdx b/api/analytics/views.mdx index cdb50bfea..7fe44b307 100644 --- a/api/analytics/views.mdx +++ b/api/analytics/views.mdx @@ -15,3 +15,7 @@ Paginate through results using offset-based pagination. Increment `offset` by `l Filter view data by date range using `dateFrom` and `dateTo` parameters. + +## Rate limits + +- 100 requests per Mintlify organization per hour diff --git a/api/analytics/visitors.mdx b/api/analytics/visitors.mdx index 5efb33565..c8121964f 100644 --- a/api/analytics/visitors.mdx +++ b/api/analytics/visitors.mdx @@ -15,3 +15,7 @@ Paginate through results using offset-based pagination. Increment `offset` by `l Filter visitor data by date range using `dateFrom` and `dateTo` parameters. + +## Rate limits + +- 100 requests per Mintlify organization per hour diff --git a/api/update/status.mdx b/api/update/status.mdx index b7c9ba75b..c5723e9a9 100644 --- a/api/update/status.mdx +++ b/api/update/status.mdx @@ -4,3 +4,7 @@ openapi: "/openapi.json GET /project/update-status/{statusId}" keywords: [ "update status", "deployment status", "check status" ] --- + +## Rate limits + +- 20 requests per Mintlify organization per 10 seconds diff --git a/api/update/trigger.mdx b/api/update/trigger.mdx index 44fe1c86f..cad2f25b5 100644 --- a/api/update/trigger.mdx +++ b/api/update/trigger.mdx @@ -4,3 +4,7 @@ openapi: "/openapi.json POST /project/update/{projectId}" keywords: [ "trigger", "update", "deployment", "programmatic" ] --- + +## Rate limits + +- 10 requests per Mintlify organization per 10 seconds