Queries
Retrieve the audit logs for a care flow
Audit logs are detailed and comprehensible breadcrumbs providing a clear trail of all activities within your care flows and give insights into the precise moments and reasons behind the activation of tracks, steps, actions, and more.
01
The pathway_id filter is the sole mandatory variable needed for the query to function.
Pagination and sorting parameters are provided for optional use. If not specified, pagination defaults to an offset of 0 and returns 10 records, while the sorting parameter is automatically set to arrange the audit logs in ascending order according to the date field.
Retrieve the first 10 audit logs for a given care flow in ascending order by date:
01
Retrieve audit logs for a given care flow with keyword filtering, custom pagination, and sorting. The keyword filter searches within the content of the audit logs, returning entries that contain the specified string in any part of their content.
01