openai_list_rate_limits
List per-model rate limit configurations for a given project. Use to review or audit rate limits across models.
Instructions
List per-model rate limit configs for a project.
Args:
project_id: The project's ID (see openai_list_projects).
after: Pagination cursor from a previous response's `last_id`.
before: Pagination cursor to fetch the previous page.
limit: Maximum number of rate limit entries to return per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| before | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |