List all action runs
get
/v1/projects/{ref}/actionsReturns a paginated list of action runs of the specified project.
OAuth scopes
- environment:read
The fine-grained token must include the following permissions to access this endpoint:
- action_runs_read
Path parameters
- refRequiredstring
Project ref
Query parameters
- offsetOptionalnumber
- limitOptionalnumber
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
[ { "id": "lorem", "branch_id": "lorem", "run_steps": [ { "name": "clone", "status": "CREATED", "created_at": "lorem", "updated_at": "lorem" } ], "git_config": null, "workdir": "lorem", "check_run_id": 42, "created_at": "lorem", "updated_at": "lorem" }]