GET /organization/audit_logs
Servers
- https://api.openai.com/v1
Query parameters
Name | Type | Required | Description |
---|---|---|---|
project_ids[][] |
Array | No |
Return only events for these projects. |
limit |
Integer | No |
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. Default value: 20 |
after |
String | No |
A cursor for use in pagination. |
actor_ids[][] |
Array | No |
Return only events performed by these actors. Can be a user ID, a service account ID, or an api key tracking ID. |
effective_at |
Object | No |
Return only events whose |
event_types[][] |
Array | No |
Return only events with a |
actor_emails[][] |
Array | No |
Return only events performed by users with these emails. |
resource_ids[][] |
Array | No |
Return only events performed on these targets. For example, a project ID updated. |
before |
String | No |
A cursor for use in pagination. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.