Get Job
Get a Job by ID.
Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
The name you assigned when creating the Project.
The ID you assigned when creating the Job.
Response
Detailed information about a specific job
Detailed information about a specific job
The ID of the job. Has to be a valid URL slug.
1^[a-zA-Z0-9\-_]+$"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.
- Webhook Sink Configuration
- S3 Sink Configuration
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"