Lists workspace records, with the option to filter and sort results.
Required scopes: record_permission:read, object_configuration:read.
Documentation Index
Fetch the complete documentation index at: https://docs.attio.com/llms.txt
Use this file to discover all available pages before exploring further.
This API uses OAuth 2.0 with the authorization code grant flow.
An object used to filter results to a subset of records. See the full guide to filtering and sorting here.
{
"$and": [
{
"workspace_id": { "value": { "$eq": "123" } }
}
]
}An object used to sort results. See the full guide to filtering and sorting here.
Sort by attribute
[
{
"direction": "asc",
"attribute": "name",
"field": "last_name"
}
]The maximum number of results to return. Defaults to 500. See the full guide to pagination here.
500
The number of results to skip over before returning. Defaults to 0. See the full guide to pagination here.
0
Success
Success