---
title: "Get Service Account"
method: GET
path: "/organizations/{organizationId}/service-accounts/{serviceAccountId}"
tags: ["Retrieve Service Accounts"]
---

# Get Service Account

`GET /organizations/{organizationId}/service-accounts/{serviceAccountId}`

Return service account details by id

## Response `200`

successful operation

- ServiceAccountRead
  - `id` integer — The unique identifier for this service account
  - `username` string — The username of the service account
  - `last_used` string, date-time — The date/time this service account was last used for authentication
  - `expires` string, date-time — The date/time this service account will expire
  - `creator` integer — The Mixpanel user id that created this service account
  - `created` string, date-time — The date/time this service account was created
  - `user` integer — The Mixpanel user id that this serivce account represents. This is only used internally and is safe to ignore.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/mixpanel/apis/query-api.md) · [All operations](https://skmtc.net/mixpanel/apis/query-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpanel/query-api/revisions/f442da95252a/schema)
