Validate job configuration
POST/api/v1/jobs/validate
Validate a job configuration without creating the job.
Important: This endpoint always returns HTTP 200 with a validation result.
Check the isValid field in the response to determine if the configuration is valid.
Pre-validation checks (type and config structure) are performed before schema validation.
Request
Responses
- 200
- 401
- 500
Job configuration validated
Unauthorized
Internal server error