---
title: "List all templates (admin)"
method: GET
path: "/v1/admin/templates"
tags: ["Admin"]
---

# List all templates (admin)

`GET /v1/admin/templates`

List all workflow templates with organization info and filters

## Query parameters

- `limit` integer
- `offset` integer
- `search` string
- `visibility` string
- `isPromoted` string
- `orgId` string

## Request body

- object

## Response `200`

OK

- AdminListTemplatesSuccessResponse
  - `code` integer
  - `data` PaginatedDataSchemasAdminTemplateWithOrg
    - `hasMore` boolean
    - `items` AdminTemplateWithOrg[]
      - `category` string
      - `createdAt` string
      - `createdBy` string
      - `description` string
      - `id` string
      - `isPromoted` boolean
      - `name` string
      - `organizationId` string
      - `organizationName` string
      - `organizationSlug` string
      - `updatedAt` string
      - `visibility` string
    - `limit` integer
    - `offset` integer
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/revisions/5a750a5a9596/schema)
