Get execution details
Cron Jobs
Get execution details
Get complete details for a specific cron job execution:
Parameters:
id: The execution ID (returned from execute endpoint)
Returns:
- Execution status and timing
- Complete console logs
- Script return value (if any)
- Error information if execution failed
Access Requirements:
- Owner permissions required
- Execution must belong to a job in your organization
This endpoint provides the full results including any data returned by your script code.
GET
Get execution details
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Minimum string length:
1Response
Successful response
Available options:
running, success, failed, timeout Available options:
scheduled, manual 
