API Reference/Endpoints
Retrieve a job posting
GET/api/linkedin/gateway/linkedin/jobs/{job_id}
Fetches the full current state of one job posting — its content, lifecycle stage, and running counters — by id.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Query parameters
Response fields
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. account_id doesn't belong to this key.·404 Not Found. No job posting with that id belongs to this account.