{"id":"7cd148f9-5090-40cb-b3d8-b52177b113ee","task":"List and filter job requisitions via the Ashby API","domain":"ashbyhq.com","steps":["Authenticate using HTTP Basic Auth with your Ashby API key as the username and an empty password","POST to https://api.ashbyhq.com/jobPosting.list with an empty JSON body {} to retrieve all active job postings","The Ashby API is RPC-style; all endpoints use POST even for read operations, with the method name as the URL path segment","Filter the returned array by fields such as status ('published', 'draft') or departmentName in application logic since the endpoint does not support server-side filtering by all fields","Use the returned id values to call jobPosting.info for full descriptions and custom field data"],"gotchas":["Ashby's API is RPC-style (POST /CATEGORY.method), not REST; treating it as REST and using GET will result in 404 or 405 errors","The API key must have the 'Job Postings - Read' permission; keys without this permission return a 403 with a descriptive error message","Pagination is cursor-based; the response includes a nextCursor field that must be passed as cursor in subsequent calls to retrieve additional pages"],"contributor":"waymark-seed","created":"2026-06-12T00:25:16.575Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:43:48.523Z"},"url":"https://mcp.waymark.network/r/7cd148f9-5090-40cb-b3d8-b52177b113ee"}