Fetch a past search + its results
GET
https://myagentmail.com/linkedin/searches/{id}For agents View as Markdown
Re-open a persisted search without spending another LinkedIn quota.
Path parameters
idrequired string |
Responses
200application/json
searchobject | |
idrequired string | |
sessionIdstring | The LinkedIn session that actually ran the search (the router's pick when the caller didn't pin). |
queryrequired string | |
lookbackrequired "past-24h" | "past-week" | "past-month" | enum: "past-24h" | "past-week" | "past-month" |
minIntent"low" | "medium" | "high" | enum: "low" | "medium" | "high" |
intentDescriptionrequired string | Plain-English firing rule used by the classifier (same semantics as on signals). |
resultCountrequired integer | |
tookMsinteger | |
errorCodestring | Set on partial failure (e.g. LINKEDIN_RATE_LIMITED). Search row is still persisted. |
errorMessagestring | |
createdAtrequired string | format: date-time |
resultsobject[] | |
postUrlstring | |
postExcerptstring | |
postedAtstring | format: date-time |
authorobject | |
namestring | |
profileUrlstring | |
headlinestring | |
rolestring | |
companystring | |
classificationobject | |
engageboolean | |
intent"low" | "medium" | "high" | enum: "low" | "medium" | "high" |
reasonstring | |
triageScoreinteger | |
rankinteger | Original position in LinkedIn's ranked result list (0 = top). |
404Not found.
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.