Get Metronome node schema registry

GET/v1/metronomes/node-schemas

Return 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
FieldTypeRequiredDescription
objectstringNo
dataobjectNo
data.versionintegerNo
data.nodeKindsstring[]No
data.triggerTypesstring[]No
data.conditionTypesstring[]No
data.loopTypesstring[]No
data.ticketOperationsstring[]No
data.resourceEventTypesstring[]No
data.projectTicketEventTypesstring[]No
data.nodesobjectNo
data.triggersobjectNo
data.conditionsobjectNo
data.loopsobjectNo
data.ticketOperationSchemasobjectNo
Get Metronome node schema registry
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow