Queue Evaluation for Multiple Transformations
POST/v1-beta/transformations/eval
Queues evaluation jobs for multiple transformations. The evaluations are processed asynchronously by worker jobs. This endpoint returns immediately with a 202 status to indicate the evaluations have been queued. The actual evaluation results are stored in the database and can be retrieved via the transformations list endpoint.
Request
Responses
- 202
- 400
- 500
Evaluation jobs queued successfully
Bad request - invalid input
Internal server error