list_jobs
List currently open DevRel job postings. Filter by a free-text query (matched against title, company, location, and tags), a remote flag, an employment type, a seniority level, and/or a minimum salary - the same filters, with the same semantics, as the site's jobs page. Salary fields are passed through exactly as the posting states them. Each result includes the external posting url and a canonicalUrl to the job on devrel.directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Filter to one seniority bucket, derived from the job title the way the site derives it (management titles outrank IC prefixes). | |
| query | No | Case-insensitive substring matched against title, company, location, and tags. | |
| remote | No | When true, only remote roles; when false, only non-remote roles. | |
| salaryFloor | No | Only roles whose stated yearly pay could reach this amount (compared against the highest stated bound, in the posting's own currency; roles with no stated pay never qualify). | |
| employmentType | No | Filter to one employment type (postings that omit it are treated as full-time). |