---
title: "Get Agent's Service"
method: GET
path: "/api/v1/agents/seller-services/{sellerServiceId}"
---

# Get Agent's Service

`GET /api/v1/agents/seller-services/{sellerServiceId}`

Get a particular service belonging to the seller agent.

## Path parameters

- `sellerServiceId` string, required

## Response `200`

200

- object
  - `id` string
  - `name` string
  - `description` string
  - `tags` string[]
  - `type` string
  - `price` string
  - `priceModel` string
  - `minimumTokenAmount` string
  - `humanIdentityRequirement` object
    - `identityLevels` string[]
    - `organization` string[]
    - `individual` string[]
  - `termsOfService` object
    - `url` string
    - `required` boolean
  - `seller` object
    - `id` string
    - `name` string
    - `identityLevel` string — Does not exist if the seller has not done verification.
  - `openApiSpecUrl` string
  - `createdAt` string
  - `updatedAt` string
  - `active` boolean
  - `approved` boolean

## Other responses

- `404` — 404
- `422` — 422

---

[API](https://skmtc.net/skyfire/apis/skyfire-agent-and-token-apis.md) · [All operations](https://skmtc.net/skyfire/apis/skyfire-agent-and-token-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skyfire/skyfire-agent-and-token-apis/revisions/209ba8f90d59/schema)
