Skip to main content
POST
/
matters
/
v1
/
{id}
/
log
/
export
curl -X POST "https://api.case.dev/matters/v1/%3Cstring%3E/log/export" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "scope": "<string>", "event_type": "<string>", "work_item_id": "<string>" }'
{
  "data": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Body

application/json
scope

Filter by scope: matter, work_item, execution, sharing, all

event_type
string

Filter by exact event type

work_item_id
string

Filter by work item ID

actor_type
string

Filter by actor type

actor_id
string

Filter by actor ID

start_time
string<date-time>

Start of time range (ISO 8601)

end_time
string<date-time>

End of time range (ISO 8601)

format
enum<string>

Export format. Defaults to jsonl.

Available options:
json,
jsonl,
csv,
tsv

Response

Exported matter log entries

data
object[]