---
title: "List addOns"
method: GET
path: "/addons"
tags: ["AddOns"]
---

# List addOns

`GET /addons`

Get a list of add-ons

## Query parameters

- `status` 'ACTIVE' | 'ARCHIVED'
- `nextToken` string
- `pageSize` number

## Response `200`

Response for List addons requests

- AddOnPaginatedResponse
  - `data` AddOn[], required
    - `name` string, required — Name of addon
    - `type` 'LICENSE' | 'FIXED_FEE' | 'CREDIT_GRANT' | 'NAMED_LICENSE', required — LICENSE: Addon can be used in license rate cards FIXED_FEE: Addon can be used in fixed fee rate cards CREDIT_GRANT: Addon can be used in credit grant rate cards NAMED_LICENSE: Addon can be used in license rate cards
    - `billableName` string — Billable name of addon. Billable name takes precedence over name to display in invoice.
    - `id` string, required — Id of addon
    - `createdAt` string, date-time, required — Created Time of addon
    - `status` 'ACTIVE' | 'ARCHIVED', required — status of addon
    - `displayName` string, required — Display name of addon. This is an auto-generated field which contains billableName of addon. If billableName is not provided, name will be used as display name.
  - `nextToken` string
  - `context` PaginationOptions
    - `pageSize` integer
    - `sortOrder` 'ASC' | 'DESC'

## Other responses

- `400` — Error response
- `401` — Error response
- `403` — Error response
- `404` — Error response
- `429` — Error response
- `default` — Error response

---

[API](https://skmtc.net/togaihq/apis/togai-apis.md) · [All operations](https://skmtc.net/togaihq/apis/togai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/togaihq/togai-apis/revisions/442f5d8f4aa0/schema)
