List all service accounts
List all service accounts accessible to the current user.
Returns organization accounts for your organization plus all system accounts.
Context:
- Returns accounts from your organization
- Includes all system accounts
- Does not include accounts from other organizations
Related Endpoints:
- GET /service-accounts/ - Get specific account details
- POST /service-accounts - Create new account
Authorizations
API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY
Example:
JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN
Example:
Query Parameters
Number of records to skip for pagination
x >= 0Maximum number of records to return
1 <= x <= 1000Response
List of service accounts retrieved successfully
Human-readable name for this service account. Examples: 'API Documentation', 'Temporal Worker'.
255"API Documentation"
Current status of the service account. Valid values: 'active', 'inactive'. Only active accounts can authenticate.
"active"
Optional description explaining the purpose and usage of this account.
"Service account for API documentation generation"
UUID of the organization this account belongs to. NULL for system accounts.
"550e8400-e29b-41d4-a716-446655440000"