プロジェクト サービス アカウントの一覧表示
GET
https://api.openai.com/v1/organization/projects/proj_abc/service_accounts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.openai.com/v1/organization/projects/proj_abc/service_accounts?after=custom_id&limit=20' \
--header 'Authorization;' \
--header 'Content-Type: application/json'
Response Response Example
{}
Request
Query Params
after
string
optional
Example:
custom_id
limit
string
optional
Example:
20
Header Params
Authorization
string
optional
Content-Type
string
optional
Example:
application/json
Responses
Modified at 2025-01-03 10:40:15