latestOpenAPI 3.0.32026-08-10152216352.3 KB
eea119b4113f
Self-Hosted Runners
Get task (self-hosted)
Retrieves task details by ID (self-hosted)
get/self-hosted/{accountId}/tasks/{taskId}
Path parameters
accountIdstring required
Unique identifier of the account
taskIdstring required
Unique identifier of the task
Response
Task retrieved successfully
Example response
{
"id": "507f1f77bcf86cd799439011",
"accountId": "507f1f77bcf86cd799439011",
"status": "completed",
"resultStatus": "success",
"type": "post-plan",
"guardrailsSummary": {
"total": 10,
"passed": 8,
"failed": 2,
"violations": [
{
"id": "v1",
"severity": "high",
"message": "Resource does not have required tags"
}
]
},
"backendSummary": {
"type": "s3",
"config": {
"bucket": "terraform-state",
"key": "prod/terraform.tfstate"
},
"resources": 42
},
"changedFilesCodeSummary": {
"total": 5,
"added": 2,
"modified": 3,
"files": [
{
"path": "main.tf",
"type": "modified"
}
]
},
"vcsType": "github",
"runnerType": "github-actions"
}