---
title: "GET /projects/{id}"
method: GET
path: "/projects/{id}"
tags: ["Projects"]
---

# GET /projects/{id}

`GET /projects/{id}`

## Path parameters

- `id` string, required

## Response `200`

- ProjectResponse
  - `id` string, required
  - `name` string, required
  - `userId` string, required
  - `defaultLlmProviderName` string
  - `defaultLlmModelName` string
  - `customLlmModelName` string
  - `customLlmBaseURL` string
  - `customInstructions` string
  - `maxInputTokens` number, nullable
  - `allowSystemPromptOverride` boolean
  - `isTokenRequired` boolean, required
  - `providerType` 'llm' | 'agent', required
  - `agentProviderType` 'ag-ui' | 'mastra' | 'crewai' | 'llamaindex' | 'langgraph' | 'pydanticai'
  - `agentName` string
  - `agentUrl` string
  - `customLlmParameters` object

---

[API](https://skmtc.net/tambo-ai/apis/tambo-api.md) · [All operations](https://skmtc.net/tambo-ai/apis/tambo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tambo-ai/tambo-api/versions/312691b28f1c/schema)
