OpenAPI 3.0.0MIT2026-08-111554561.6 MB

0aeabb0041fd

Layouts

Get layout usage

Retrieves information about workflows that use the specified layout by its unique identifier layoutId

get/v2/layouts/{layoutId}/usage

Path parameters

layoutIdstring required

Response

OK

Example response

{
  "workflows": [
    {
      "name": "Welcome Email",
      "workflowId": "welcome-email"
    }
  ]
}