All endpoints

List past searches

GEThttps://myagentmail.com/linkedin/searches

Audit log of historical searches run by this tenant, newest first.

Query parameters

limit
integer

Responses

200application/json
searches
object[]
id
required
string
sessionId
string

The LinkedIn session that actually ran the search (the router's pick when the caller didn't pin).

query
required
string
lookback
required
"past-24h" | "past-week" | "past-month"

enum: "past-24h" | "past-week" | "past-month"

minIntent
"low" | "medium" | "high"

enum: "low" | "medium" | "high"

intentDescription
required
string

Plain-English firing rule used by the classifier (same semantics as on signals).

resultCount
required
integer
tookMs
integer
errorCode
string

Set on partial failure (e.g. LINKEDIN_RATE_LIMITED). Search row is still persisted.

errorMessage
string
createdAt
required
string

format: date-time

Authentication

Send your API key in the X-API-Key header (or Authorization: Bearer <key>). Any prefix accepted by this endpoint — tk_, wk_, ak_, or sa_ — is documented in the key prefix table.