List Persons
Retrieves persons from a PostHog project.
POST
Body
Arguments
string
string
numberrequired
array
string
string
Key of the property you're filtering on. For example email or $current_url
string
Value of your filter. For example [email protected] or https://example.com/test/. Can be an array for an OR query, like ["[email protected]","[email protected]"]
string
Default: exact
string
Default: event
string
PaginationRequest a specific window of rows with limit and offset. Learn more
number
Maximum number of rows to return.
number
Number of rows to skip.
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.