ReferenceCompany search

Get Lists

Get all saved search lists for the current tenant (company and people workflows).

GET
/api/v1/search/lists

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
Default1
limit?integer
Default20
searchTerm?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