Skip to main content
GET
Search Jobs (GET)
Not yet available. GET /v2/jobs/search currently returns a 500 error because the path is captured by GET /v2/jobs/{job_id} (the literal segment search is treated as a job ID).Use POST /v2/jobs/search for all job search requests today.

Status

This GET variant is planned for URL-parameter-based searches (mirroring the POST body filters as query params). It is not supported in production yet. When it ships, it will return the same response shape as Search Jobs (POST).

What to use instead

See Search Jobs (POST) for the full filter reference, response schema, and examples.