Retrieves a service account in the project.
GET
/organization/projects/{project_id}/service_accounts/{service_account_id}
curl \
--request GET 'https://api.openai.com/v1/organization/projects/{project_id}/service_accounts/{service_account_id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"object": "organization.project.service_account",
"id": "string",
"name": "string",
"role": "owner",
"created_at": 42
}