Get Execution
Executions
Get Execution
Get detailed execution information.
Required Role: VIEWER or higher
Returns comprehensive execution details including:
- Current status and timing information
- Complete RClone statistics (all fields)
- Error information (if failed)
- Task configuration snapshot (audit trail)
- Log file URL (if execution completed)
Use this endpoint to:
- Monitor real-time progress (check stats.progress_percentage, stats.eta)
- View active file transfers (stats.transferring array)
- Check error details after failure
- Access log file for download
Real-time Log Streaming: For live log updates during execution, use /logs/stream endpoint:
- Subscribe when execution.status is RUNNING
- See /logs/stream documentation for usage details
GET
Get Execution
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.
Path Parameters
Response
Successful Response
Detailed execution response with task config snapshot.
Execution trigger types.
Available options:
manual, scheduled, api Runtime execution status.
Available options:
pending, running, completed, failed, cancelled, dry_run_completed