---
title: "List audit log stream configurations for an enterprise"
method: GET
path: "/enterprises/{enterprise}/audit-log/streams"
tags: ["enterprise-admin"]
---

# List audit log stream configurations for an enterprise

`GET /enterprises/{enterprise}/audit-log/streams`

Lists the configured audit log streaming configurations for an enterprise.
This only lists configured streams for supported providers.

When using this endpoint, you must encrypt the credentials following the same encryption steps as outlined in the guide on encrypting secrets. See "[Encrypting secrets for the REST API](/rest/guides/encrypting-secrets-for-the-rest-api)."

## Path parameters

- `enterprise` string, required

## Response `200`

OK

- object[] — Lists the audit log streaming configurations for an enterprise.
  - `id` integer
  - `stream_type` string
  - `stream_details` string
  - `enabled` boolean
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `paused_at` string, date-time, nullable

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-2.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-2/versions/8ae6d0c8716e/schema)
