v44

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-192301780.0 KB
Matters

Export matter log entries

Bulk export matter log entries for audits, visibility, and eval pipelines. Supports json, csv, tsv, and jsonl. Limited to 10,000 entries per request.

post/matters/v1/{id}/log/export

Path parameters

idstring required

Request body

event_typestring

Filter by exact event type

work_item_idstring

Filter by work item ID

actor_typestring

Filter by actor type

actor_idstring

Filter by actor ID

start_timestring date-time

Start of time range (ISO 8601)

end_timestring date-time

End of time range (ISO 8601)

format'json' | 'jsonl' | 'csv' | 'tsv'

Export format. Defaults to jsonl.

Response

Exported matter log entries

dataobject[]