Retrieves a service account in the project.
GET /organization/projects/{project_id}/service_accounts/{service_account_id}
GET
/organization/projects/{project_id}/service_accounts/{service_account_id}
Authorizations
Parameters
Path Parameters
project_id
required
string
The ID of the project.
service_account_id
required
string
The ID of the service account.
Responses
200
Project service account retrieved successfully.
Represents an individual service account in a project.
object
object
required
The object type, which is always organization.project.service_account
string
id
required
The identifier, which can be referenced in API endpoints
string
name
required
The name of the service account
string
role
required
owner
or member
string
created_at
required
The Unix timestamp (in seconds) of when the service account was created
integer