Skip to content

Files

Latest commit

307fc1c · Aug 9, 2024

History

History
58 lines (42 loc) · 1.32 KB

api-robot-getOrgRobots.adoc

File metadata and controls

58 lines (42 loc) · 1.32 KB

getOrgRobots

GET /api/v1/organization/{orgname}/robots

Authorizations: oauth2_implicit (org:admin)

Path parameters

Type Name Description Schema

path

orgname
required

The name of the organization

string

Query parameters

Type Name Description Schema

query

limit
optional

If specified, the number of robots to return.

integer

query

token
optional

If false, the robot’s token is not returned.

boolean

query

permissions
optional

Whether to include repositories and teams in which the robots have permission.

boolean

Responses

HTTP Code Description Schema

200

Successful invocation

400

Bad Request

401

Session required

403

Unauthorized access

404

Not found

Example command

$ curl -X GET -H "Authorization: Bearer <bearer_token>" "https://<quay-server.example.com>/api/v1/organization/<organization_name>/robots"