Scheduler
Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
taskIdstringRequired
CorrelationId of the scheduled task (supports a trailing * wildcard).
tenantIdstringRequired
Responses
200
Execution history retrieved successfully
or
400
Invalid taskId format
401
Not authorized
500
Internal server error while retrieving execution history
get
/api/{tenantId}/scheduler/{taskId}/executionsRetrieve a specific scheduler execution with its associated logs.
get
/api/{tenantId}/scheduler/{taskId}/executions/{executionId}
Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
taskIdstringRequired
CorrelationId of the scheduled task.
executionIdstringRequired
Execution Id reported by Application Insights.
tenantIdstringRequired
Responses
200
Execution details with logs retrieved successfully
400
Invalid taskId or executionId format
401
Not authorized
404
Execution not found
500
Internal server error while retrieving execution detail
get
/api/{tenantId}/scheduler/{taskId}/executions/{executionId}Last updated

