List the operational history for a matter.
curl --request GET \
--url https://api.case.dev/matters/v1/{id}/log \
--header 'Authorization: Bearer <token>'API key starting with sk_case_
Maximum number of log entries to return (max 200)
x <= 200Number of log entries to skip for pagination
Filter by scope: matter, work_item, execution, sharing, all
Filter by exact event type
Filter by work item ID
Filter by actor type
Filter by actor ID
Start of time range (ISO 8601)
End of time range (ISO 8601)
Matter log entries
Was this page helpful?
curl --request GET \
--url https://api.case.dev/matters/v1/{id}/log \
--header 'Authorization: Bearer <token>'