---
title: "Get Agent's Services - All"
method: GET
path: "/api/v1/agents/seller-services"
---

# Get Agent's Services - All

`GET /api/v1/agents/seller-services`

Get all of the seller agent's services.

## Response `200`

200

- object
  - `data` 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

---

[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)
