---
title: "Get the Token Limit for an integration"
method: GET
path: "/api/integrations/llm/{name}/token"
tags: ["LLM"]
---

# Get the Token Limit for an integration

`GET /api/integrations/llm/{name}/token`

## Path parameters

- `name` string, required

## Response `200`

OK

- TokenLimit
  - `api` string
  - `createTime` integer
  - `createdBy` string
  - `integrationName` string
  - `maxTokens` integer
  - `ownerApp` string
  - `tokenLimitPeriod` 'DAY' | 'MONTH'
  - `updateTime` integer
  - `updatedBy` string

---

[API](https://skmtc.dev/orkescloud/apis/orkes-conductor-api-server.md) · [All operations](https://skmtc.dev/orkescloud/apis/orkes-conductor-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orkescloud/orkes-conductor-api-server/revisions/6ebf0c14ac41/schema)
