ReferenceCompany search
Get Lists
Get all saved search lists for the current tenant (company and people workflows).
Authorization
ApiKeyAuth x-api-key<token>
A platform key (ck_live_…). Mint one in the console under
Settings → API Keys.
In: header
Query Parameters
page?integer
Default
1limit?integer
Default
20searchTerm?string
listType?string
Response Body
application/json
curl -X GET "https://example.com/api/v1/search/lists"{ "success": true, "data": [ { "id": "string", "listName": "string", "listDescription": "string", "listStatus": "string", "listType": "string", "noOfRecords": 0 } ], "total": 0}Was this page helpful?Report an issue