gitops
List the workflows using a GitOps source
Returns the workflows (stacks or edge stacks) currently deployed from this source. Access policy: authenticated
get/gitops/sources/{id}/workflows
Path parameters
idinteger required
Source identifier
Response
OK
Example response
[
{
"gitConfig": {
"ConfigFilePath": "docker-compose.yml",
"ConfigHash": "bc4c183d756879ea4d173315338110b31004b8e0",
"ReferenceName": "refs/heads/branch_name",
"URL": "https://github.com/portainer/portainer.git"
}
}
]