Skip to main content
GET
List Service Accounts

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

status
enum<string>

Filter by status.

Available options:
active,
deactivated
role_id
string<uuid>

Filter to service accounts that hold a specific role (direct assignments only).

limit
integer
default:20

Maximum number of results to return per page.

Required range: x <= 100
cursor
string

Pagination cursor from next_cursor in the previous response.

Response

200 - application/json

OK

limit
integer

Maximum number of items per page as requested.

next_cursor
string | null

Pagination cursor for the next page. null when no further pages exist. Total count is not returned.

items
object[]