Get schedule trigger

Get details of a specific schedule trigger.

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"

Response

Successful Response
idstringformat: "uuid"
target_typeenum
Target resource type for trigger execution.
target_idstringformat: "uuid"
namestring
statusenum
Lifecycle status for triggers.
cron_expressionstring
timezonestring
createdstring
modifiedstring
created_by_user_idstringformat: "uuid"
task_agent_revision_idstring or nullformat: "uuid"
trigger_typestringDefaults to schedule
descriptionstring or null
task_inputmap from strings to any or null
next_run_atstring or null
last_run_atstring or null
expires_atstring or null

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error