openai_list_service_accounts
List service accounts within a specific project using its ID. Supports pagination with a cursor and configurable page limit.
Instructions
List service accounts in a project.
Args:
project_id: The project's ID (see openai_list_projects).
after: Pagination cursor from a previous response's `last_id`.
limit: Maximum number of service accounts to return per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |