---
title: "List typebots"
method: GET
path: "/v1/typebots"
tags: ["Typebot"]
---

# List typebots

`GET /v1/typebots`

## Query parameters

- `workspaceId` string, required — [Where to find my workspace ID?](../how-to#how-to-find-my-workspaceid)
- `folderId` string

## Response `200`

OK

- object
  - `typebots` object[], required
    - `name` string, required
    - `icon` string, nullable, required
    - `id` string, required
    - `spaceId` string, nullable, required
    - `createdAt` string, date-time, required
    - `publishedTypebotId` string
    - `accessRight` 'read' | 'write' | 'guest', required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `500` — 500

---

[API](https://skmtc.dev/typebot/apis/builder-api.md) · [All operations](https://skmtc.dev/typebot/apis/builder-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/typebot/builder-api/revisions/692333f2aaba/schema)
