Api ReferenceEndpointList pipeline runs

List pipeline runs

Lists CI/CD pipeline runs for a repository.

GET/repos/{owner}/{repo}/pipelines

Lists CI/CD pipeline runs for a repository.

Path Parameters

ownerstringpathrequired
repostringpathrequired

Query Parameters

statusstringquerypending | running | success | failure | cancelled
refstringquery

Filter by branch/tag

pageintegerquery

Responses

200List of pipelines
array
curl -X GET "https://drok.us/api/v1/repos/:owner/:repo/pipelines?status=pending&ref=string" \
  -H "Authorization: Bearer $DROK_TOKEN"

Try It