Service Accounts
List service accounts
List service accounts in the caller's organization.
get/admin/service-accounts
Query parameters
limitinteger
The number of results to return per page. When omitted, the server defaults to 100. Out-of-range values return 400 OUT_OF_RANGE.
paginationTokenstring
Cursor from pagination.next of a prior response. Must be reused with the same query context (path parameters, filters, and limit).
Headers
X-Pinecone-Api-Versionstring required
Required date-based version header
Response
A paginated list of service accounts. Role bindings are not included; use GET /admin/role-bindings to list them.
Example response
{
"data": [
{
"client_id": "l3Ow0CmFyc4jOONcwiKUCRqQKN0tiCAn",
"created_at": "2026-04-10T15:23:00.000Z",
"id": "f8a3b2c1-4d5e-6f7a-8b9c-0d1e2f3a4b5c",
"name": "My Service Account",
"updated_at": "2026-04-12T09:11:00.000Z"
}
],
"pagination": {
"next": "eyJsYXN0X2lkIjoiZDI0MTc3YTAifQ=="
}
}