Skip to main content
The tabs below this page cover each endpoint in detail, generated from the OpenAPI spec. You can also fetch the spec directly from the API itself:

Summary

Authorization uses three scopes: All endpoints are scoped to your account — the API key determines which data you see.

Conventions

  • Successful responses wrap payloads in { success: true, data: ... }.
  • Errors use { success: false, code, error } with the HTTP status codes from Authentication → Error codes.
  • Pagination on /jobs uses ?limit= (1–100, default 50) and ?offset=.