Workflow Definitions API
GET/api/workflow-definitions/{workflowId}/audit/export
Product availabilityAlgaPSA

Export workflow audit log

Exports the workflow definition audit log.

RBAC · workflow

Path parameters

workflowIdstring <uuid>Required

Response body

Success response 200 · schema UnversionedV1Success

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

Response codes

200
Export workflow audit log.
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required permission.
404
Workflow not found.
500
Unexpected error.