---
title: "Gets all service accounts by owner."
method: GET
path: "/serviceaccount/{owner}"
tags: ["serviceaccount"]
---

# Gets all service accounts by owner.

`GET /serviceaccount/{owner}`

## Path parameters

- `owner` string, required

## Query parameters

- `limit` integer
- `next` string
- `sort` string[]

## Response `200`

default response

- PaginatedServiceAccountDetails
  - `count` integer, required
  - `nextPageToken` string
  - `records` ServiceAccountDetailsDto[], required
    - `active` boolean — Indicate service account token enabled or disabled
    - `displayName` string — Human-readable service account name
    - `expiryDate` string, date-time — Service account token expiry date
    - `serviceAccount` string — Agentid or username

---

[API](https://skmtc.dev/data/apis/data-world-public-api.md) · [All operations](https://skmtc.dev/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/data/data-world-public-api/revisions/0a0cb1f94dad/schema)
