Progression
Return a list of runbook dashboard items, filtered by various criteria including projectIds, environmentIds, tenantIds, tenantTags, runbookIds, runbookTags, taskIds
get/progression/runbooks/taskRuns
Query parameters
environmentIdsstring[]
projectIdsstring[]
runbookIdsstring[]
runbookTagsstring[]
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
taskIdsstring[]
tenantIdsstring[]
tenantTagsstring[]
Response
The list of runbook dashboard items
Example response
{
"Items": [
{
"EnvironmentId": "Environments-1",
"ProjectId": "Projects-1",
"TenantId": "Tenants-1"
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.