APISignal definitions
Get a signal definition
Get a single signal definition by ID.
Path Parameters
signalDefinitionId*string
Signal definition ID.
Format
uuidQuery Parameters
projectId?string
Project that owns the signal definition. Auto-filled from CLI and SDK context when omitted.
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/signal-definitions/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "signalDefinition": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "projectId": "5a8591dd-4039-49df-9202-96385ba3eff8", "name": "string", "expression": "string", "enabled": true, "compiledVersion": -9007199254740991, "linkedAutomationIds": [ "706a013f-0da2-40ba-9d4d-d644bd95a175" ], "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" }}