Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
Your project name. It is the name you provide when creating a project.
Response
List of jobs in the project.
The ID of the job. Has to be a valid URL slug.
7"123e4567-e89b-12d3-a456-426614174000"
UUID of the workspace this job belongs to
"123e4567-e89b-12d3-a456-426614174000"
UUID of the project this job belongs to
"123e4567-e89b-12d3-a456-426614174000"
Job configuration settings
Array of API calls to be executed
Timestamp when the job was created
"2024-01-01T00:00:00Z"
Current state of the job
ACTIVE, PAUSED Optional sink configuration for the job. Can be a webhook or S3 Compatible sink. Configuration for the webhook sink.
- Webhook Sink Configuration
- S3 Sink Configuration
Schedule configurations for the job. If set, the job will periodically run according to this configuration. The configurations are used to calculate the closest next run time.
The timestamp of the next scheduled job run. null if the job does not have a schedule.
"2024-01-01T00:00:00Z"
Timestamp of the last completed run
"2024-01-01T00:00:00Z"
Authentication session information for the job
{ "id": "auth-session-123" }Proxy configuration for the job, stored as JSONB
Reason for job state change, stored as JSONB
ID of the temporal schedule associated with this job
"job-run-schedule-123"