Job Step Executions - Get
Gets a step execution of a job execution.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/steps/{stepName}?api-version=2021-11-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
job
|
path | True |
string |
The name of the job agent. |
job
|
path | True |
string uuid |
The unique id of the job execution |
job
|
path | True |
string |
The name of the job to get. |
resource
|
path | True |
string |
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
server
|
path | True |
string |
The name of the server. |
step
|
path | True |
string |
The name of the step. |
subscription
|
path | True |
string |
The subscription ID that identifies an Azure subscription. |
api-version
|
query | True |
string |
The API version to use for the request. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Successfully retrieved the step execution. |
|
Other Status Codes |
*** Error Responses: ***
|
Examples
Get a job step execution
Sample request
Sample response
{
"properties": {
"jobVersion": 1,
"stepName": "step1",
"stepId": 1,
"jobExecutionId": "5A86BF65-43AC-F258-2524-9E92992F97CA",
"lifecycle": "Succeeded",
"provisioningState": "Succeeded",
"createTime": "2017-12-27T04:33:15.7189151Z",
"startTime": "2017-12-27T04:33:16.176937Z",
"endTime": "2017-12-27T04:33:19.0600862Z",
"currentAttempts": 1,
"currentAttemptStartTime": "2017-12-27T04:33:17.4840068Z",
"lastMessage": "Step 1 succeeded."
},
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/server1/jobAgents/agent1/jobs/job1/executions/5555-6666-7777-8888-999999999999/steps/step1",
"name": "step1",
"type": "Microsoft.Sql/servers/jobAgents/jobs/executions/steps"
}
Definitions
Name | Description |
---|---|
Job |
An execution of a job |
Job |
The detailed state of the job execution. |
Job |
The target that a job execution is executed on. |
Job |
The type of the target. |
Provisioning |
The ARM provisioning state of the job execution. |
JobExecution
An execution of a job
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
name |
string |
Resource name. |
properties.createTime |
string |
The time that the job execution was created. |
properties.currentAttemptStartTime |
string |
Start time of the current attempt. |
properties.currentAttempts |
integer |
Number of times the job execution has been attempted. |
properties.endTime |
string |
The time that the job execution completed. |
properties.jobExecutionId |
string |
The unique identifier of the job execution. |
properties.jobVersion |
integer |
The job version number. |
properties.lastMessage |
string |
The last status or error message. |
properties.lifecycle |
The detailed state of the job execution. |
|
properties.provisioningState |
The ARM provisioning state of the job execution. |
|
properties.startTime |
string |
The time that the job execution started. |
properties.stepId |
integer |
The job step id. |
properties.stepName |
string |
The job step name. |
properties.target |
The target that this execution is executed on. |
|
type |
string |
Resource type. |
JobExecutionLifecycle
The detailed state of the job execution.
Name | Type | Description |
---|---|---|
Canceled |
string |
|
Created |
string |
|
Failed |
string |
|
InProgress |
string |
|
Skipped |
string |
|
Succeeded |
string |
|
SucceededWithSkipped |
string |
|
TimedOut |
string |
|
WaitingForChildJobExecutions |
string |
|
WaitingForRetry |
string |
JobExecutionTarget
The target that a job execution is executed on.
Name | Type | Description |
---|---|---|
databaseName |
string |
The database name. |
serverName |
string |
The server name. |
type |
The type of the target. |
JobTargetType
The type of the target.
Name | Type | Description |
---|---|---|
SqlDatabase |
string |
|
SqlElasticPool |
string |
|
SqlServer |
string |
|
SqlShardMap |
string |
|
TargetGroup |
string |
ProvisioningState
The ARM provisioning state of the job execution.
Name | Type | Description |
---|---|---|
Canceled |
string |
|
Created |
string |
|
Failed |
string |
|
InProgress |
string |
|
Succeeded |
string |