get_projects
Retrieve list of OpenAI projects for your organization, with optional archived project inclusion, through secure admin API access.
Instructions
Fetches OpenAI projects for the current organization.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_archived | No | Whether to include archived projects. Defaults to False. |
Input Schema (JSON Schema)
{
"properties": {
"include_archived": {
"default": false,
"description": "Whether to include archived projects. Defaults to False.",
"title": "Include Archived",
"type": "boolean"
}
},
"type": "object"
}