Get schedule trigger event

Get details for a specific schedule trigger event.

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path parameters

org_idstringRequiredformat: "uuid"
The organization ID
project_idstringRequiredformat: "uuid"
The project ID
trigger_idstringRequiredformat: "uuid"
event_idstringRequiredformat: "uuid"

Response

Successful Response
idstringformat: "uuid"
schedule_trigger_idstringformat: "uuid"
scheduled_timestring
received_atstring
statusstring
processing_started_atstring or null
completed_atstring or null
error_messagestring or null
error_codestring or null
task_run_idstring or nullformat: "uuid"
task_agent_run_idstring or nullformat: "uuid"
task_input_snapshotmap from strings to any or null

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error