Skip to main content
GET
Get lead timeline

Authorizations

Authorization
string
header
required

Your API key, created in the Leadey dashboard under Settings → API Keys. Send it as Authorization: Bearer leadey_sk_live_….

Path Parameters

id
string
required

The lead id.

Query Parameters

limit
integer
default:50

Entries per page, 1 to 100. Defaults to 50.

Required range: 1 <= x <= 100
cursor
string

The nextCursor from the previous page. Omit for the first page.

types
string

Comma-separated entry kinds to include, for example call,email. Defaults to everything.

Response

A page of the lead's history.

data
object
required