<!-- Generated from the canonical Teloring documentation source. Do not edit this file. -->

Canonical page: https://docs.teloring.com/api/list-studio-block-types
Last modified: 2026-08-20T20:52:05.000Z

# List block and trigger types

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"List block and trigger types"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/studio/blocks"}
  context={"endpoint"}
>
  
</MethodEndpoint>



The catalog of every block and trigger Studio offers, with each one's settings
schema.

This describes the platform rather than the account, so it is identical for
everybody — fetch it once and cache it.

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./list-studio-block-types.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./list-studio-block-types.StatusCodes.json")}
>
  
</StatusCodes>
