Get Metronome node schema registry
GET
/v1/metronomes/node-schemasReturn supported node kinds, trigger types, condition types, loop types, and service operation identifiers.
How to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
None.
Query parameters
None.
Body schema
This endpoint does not require a request body.
None.
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Metronome node schema registryapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| object | string | No | — |
| data | object | No | — |
| data.version | integer | No | — |
| data.nodeKinds | string[] | No | — |
| data.triggerTypes | string[] | No | — |
| data.conditionTypes | string[] | No | — |
| data.loopTypes | string[] | No | — |
| data.ticketOperations | string[] | No | — |
| data.resourceEventTypes | string[] | No | — |
| data.projectTicketEventTypes | string[] | No | — |
| data.nodes | object | No | — |
| data.triggers | object | No | — |
| data.conditions | object | No | — |
| data.loops | object | No | — |
| data.ticketOperationSchemas | object | No | — |
Get Metronome node schema registry
Loading...
Response 200
Loading...