Pull a candidate's structured interview feedback/scorecard from Lever, including which panel and interview it came from
domain: hire.lever.co · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate to the Lever API with an API key
Call the opportunity feedback endpoint to retrieve a specific feedback form by its opportunity and feedback IDs
Read the fields array plus the panel and interview identifiers on the response to determine which panel/interview it belongs to
Check the form's type (e.g. interview, assignment, share) and its individual field types (e.g. score-based fields)
Use the current /opportunities/ path rather than any older /candidates/-based path for feedback retrieval
Pace requests to stay within the documented rate limit
Known gotchas
Lever's docs note an older /candidates/-based version of this feedback endpoint still works for backwards compatibility but recommend the /opportunities/ path instead
Lever documents a token-bucket style rate limit with a steady-state request rate and a higher burst allowance — there is no per-endpoint override
Some timestamp fields on feedback forms can be null for forms created before that field existed, so don't assume they're always populated
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?