v4

latestOpenAPI 3.0.0MIT2026-07-311494532.1 MB
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

Headers

idempotency-keystring

A header for idempotency purposes

Response

OK

Example response

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