2.7. logs : Access usage logs for organizations or repositories.
2.7.1. get /api/v1/organization/{orgname}/logs リンクのコピーリンクがクリップボードにコピーされました!
2.7.1.1. Implementation Notes リンクのコピーリンクがクリップボードにコピーされました!
List the logs for the specified organization.
2.7.1.2. Parameters リンクのコピーリンクがクリップボードにコピーされました!
| Parameter | Value | Description | Parameter Type | Data Type |
|---|---|---|---|---|
| orgname | required | The name of the organization | path | string |
| next_page | The page token for the next page | path | string | |
| performer | Username for which to filter logs. | path | string | |
| endtime | Latest time for logs. Format: "%m/%d/%Y" in UTC. | path | string | |
| starttime | Earliest time for logs. Format: "%m/%d/%Y" in UTC. | path | string |
2.7.1.3. Response Messages リンクのコピーリンクがクリップボードにコピーされました!
| HTTP Status Code | Reason | Response Model | Headers |
|---|---|---|---|
| 200 | Successful invocation |
| |
| 400 | Bad Request |
| |
| 401 | Session required |
| |
| 403 | Unauthorized access |
| |
| 404 | Not found |
|