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.
Your job ID. It is the ID of the job you provide when creating it.
Response
Detailed information about a specific job
The ID of the job. Has to be a valid URL slug.
7
"123e4567-e89b-12d3-a456-426614174000"
Job configuration settings
Timestamp when the job was created
"2024-01-01T00:00:00Z"
Current state of the job
ACTIVE
, PAUSED
UUID of the project this job belongs to
"123e4567-e89b-12d3-a456-426614174000"
Optional sink configuration for the job. Can be a webhook or S3 Compatible sink. Configuration for the webhook sink.
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"
Array of API calls to be executed
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.
Authentication session information for the job
{ "id": "auth-session-123" }
Proxy URL if configured for the job
"http://username:password@proxy.example.com:8080"