Changelog
Notable changes to the JobsPipe API and dashboard.
Notable changes, newest first. The API is versioned under /v1; additive changes (new response fields, new filters) are not breaking - read only the fields you need.
2026-06
- Developer docs. Launched the full documentation site: complete filter reference, job schema glossary, pagination, error reference, dashboard guides, and use-case recipes.
- API keys. Generate, name, and revoke keys from Settings → API Keys, with last-used tracking. See Manage API keys.
- Usage metering. The dashboard Usage page and
GET /api/users/menow report month-to-date request usage against your plan limit. - Rate limits & quotas. Per-second rate limits and monthly request quotas are enforced per plan - Free 2/s · 5,000/mo, Builder 10/s · 100,000/mo, Scale 50/s · 1,000,000/mo. See Rate limits.
On the roadmap
- Webhook delivery for new and changed postings.
- Official SDK client libraries (Python, JavaScript).