Skip to main content
GET
/
api
/
v2
/
workspaces
/
{workspaceId}
/
leads
/
get
List workspace leads
curl --request GET \
  --url https://api.landerlab.dev/api/v2/workspaces/{workspaceId}/leads/get \
  --header 'X-API-Key: <api-key>'
{
  "leads": [
    {
      "id": 123,
      "userId": 123,
      "landerId": 123,
      "variantId": 123,
      "data": [
        {
          "key": "<string>",
          "label": "<string>",
          "value": "<string>"
        }
      ],
      "status": "complete",
      "source": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ],
  "totalCount": 123,
  "totalPages": 123,
  "hitsPerPage": 123,
  "query": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.landerlab.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key with ll_live_ prefix

Query Parameters

startDate
string
required
endDate
string
required
timezone
string
required
q
string

Search query

page
integer
limit
integer

Max 1000

status
enum<string>
Available options:
partial,
complete
orderBy
enum<string>
Available options:
asc,
desc
landerIds
string

JSON array of lander IDs

Response

Paginated leads

leads
object[]
required
totalCount
number
required
totalPages
number
required
hitsPerPage
number
required
query
string
required