Get posts behind search results
POST/v1/search-results/posts
Return the LinkedIn posts behind search results (keyword evidence) for a creator selection.
Keywords: provide keywords (array of strings) OR a result_set_id/result_set_ids (keywords are then inferred from the saved search). Sending creator_ids alone, with no keywords and no result set, returns 400.
Request
Responses
- 200
- 400
- 401
- 402
- 403
- 404
- 429
- 500
- 501
Keyword evidence posts per creator.
Bad request or validation error (BAD_REQUEST / VALIDATION_ERROR).
Missing, invalid, or revoked API key.
Insufficient credits for this operation.
API access disabled or workspace entitlement required.
Resource not found, or result expired past retention.
Rate limit exceeded — back off per Retry-After.
Unexpected server error.
Endpoint is registered but not implemented yet.