Skip to main content
GET
https://api.laneapp.co/api
/
records
/
signals
List signals
curl --request GET \
  --url https://api.laneapp.co/api/records/signals \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "66b2c3d4e5f6a7b8c9d0e1f2",
    "name": "Slow CSV export",
    "summary": "Multiple enterprise customers report export timeouts.",
    "status": "New",
    "url": "https://app.laneapp.co/topics/66b2c3d4e5f6a7b8c9d0e1f2",
    "surfaced": true,
    "priorityScore": 82,
    "customerCount": 7,
    "insightCount": 14,
    "totalRevenue": 240000,
    "createdAt": "2026-06-20T08:30:00.000Z",
    "updatedAt": "2026-07-03T16:12:00.000Z"
  }
]

Authorizations

x-api-key
string
header
required

Your Lane API key, sent in the x-api-key header.

Query Parameters

min_priority_score
number
default:0

Only return signals with a priority score at or above this value. Defaults to 0 (all signals).

limit
integer
default:50

Maximum number of signals to return. Clamped to between 1 and 100.

Required range: 1 <= x <= 100

Response

A list of signals, newest first.

id
string

Stable identifier for deduplication.

name
string
summary
string | null
status
string
url
string | null

Link to the signal in Lane.

surfaced
boolean

Whether the signal is surfaced by 'For You' relevance (matches a priority tier, churn-risk status, or current focus).

priorityScore
number
customerCount
integer
insightCount
integer
totalRevenue
number
createdAt
string<date-time>
updatedAt
string<date-time>