Submit Dry Run
Executions
Dry Run
Submit a task for dry-run execution.
Required Role: OPERATOR, ADMIN, or OWNER
Dry-run mode performs all checks and simulations without actually transferring or modifying any files. This is useful for:
- Testing task configuration
- Previewing what files would be transferred
- Estimating transfer size and duration
Dry-run executions:
- Do NOT transfer or modify files
- Preview what would be transferred without actual data movement
- Complete with status DRY_RUN_COMPLETED instead of COMPLETED
- Show accurate file counts and size estimates in stats
Note: This endpoint requires no request body. Execution parameters are determined server-side (is_dry_run=true, trigger=manual).
POST
Submit Dry Run
Documentation Index
Fetch the complete documentation index at: https://docs.dataraven.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
Base response schema for task execution.
Execution trigger types.
Available options:
manual, scheduled, api Runtime execution status.
Available options:
pending, running, completed, failed, cancelled, dry_run_completed