Skip to main content
GET
Get lawsuits by exact party document filter

Authorizations

Authorization
string
header
required

OAuth2 Authorization Code flow

Query Parameters

expand
string

Comma-separated fields to expand. Supports selection with brackets (e.g., "createdBy,updatedBy" or "targets.company[icon,tradeName]").

Example:

"createdBy"

page_size
number
default:20

Items per page (default 20, max 100)

Required range: 1 <= x <= 100
Example:

100

start_cursor
string

Cursor for next page

Example:

"eyJjcmVhdGVkX3RpbWUiOiIyMDI0LTExLTE1VDEwOjAwOjAwLjAwMFoiLCJpZCI6InBhZ2VfYWJjMTIzIn0="

filter
string
required

Required exact filter. Supported field: parties.document.

Example:

"parties.document:\"61969404000182\""

Company legal name for party-name matching

Response

Stable lawsuits payload

object
string
default:list
required

Object type identifier

results
object[]
required

Array of results for current page

has_more
boolean
required

Whether more results exist beyond this page

entityType
enum<string>
required
Available options:
company,
person
document
string
required
sources
object[]
required
metadata
object
required
next_cursor
string | null

Opaque cursor for next page. null if no more results.

type
string

Type of results (Notion-compatible)

asOf
string | null