Workflow Events API
GET/api/workflow/events/{eventId}
Product availabilityAlgaPSA

Get a workflow event

Returns a single workflow event by id.

RBAC · workflow

Path parameters

eventIdstringRequired

Response body

Success response 200 · schema UnversionedV1Success

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Get a workflow event.
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required permission.
404
Event not found.
500
Unexpected error.