openai_list_projects
List all projects in your OpenAI organization, with options to include archived projects and paginate results.
Instructions
List projects in the organization.
Args:
include_archived: If True, also return archived projects (excluded by default).
after: Pagination cursor from a previous response's `last_id`.
limit: Maximum number of projects to return per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| include_archived | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |