Skip to main content
GET
List jobs

Request

No request body or query parameters required.

Headers

string
required
Bearer token. Example: Bearer your_api_key_here

Response

Returns an array of job objects.
string
Unique identifier (UUID).
string
ID of the user who owns this job.
string | null
Display name.
string
ISO 8601 timestamp of when the webhook will fire.
string
Webhook URL.
string
HTTP method: GET, POST, or DELETE.
object
Custom HTTP headers.
object
JSON body payload.
string
Current status: pending, completed, or failed.
string
ISO 8601 timestamp.
200