Authorizations: oauth2_implicit (repo:admin)
Type | Name | Description | Schema |
---|---|---|---|
path |
repository |
The full path of the repository. e.g. namespace/name |
string |
Type | Name | Description | Schema |
---|---|---|---|
query |
next_page |
The page token for the next page |
string |
query |
endtime |
Latest time for logs. Format: "%m/%d/%Y" in UTC. |
string |
query |
starttime |
Earliest time for logs. Format: "%m/%d/%Y" in UTC. |
string |
HTTP Code | Description | Schema |
---|---|---|
200 |
Successful invocation |
|
400 |
Bad Request |
|
401 |
Session required |
|
403 |
Unauthorized access |
|
404 |
Not found |
$ curl -X GET \
-H "Authorization: Bearer <bearer_token>" \
-H "Accept: application/json" \
"http://<quay-server.example.com>/api/v1/repository/{repository}/logs"