---
descriptions:
  list_schemas:
    data: Array of Audit Log schemas.
reference:
  curl:
    - key: list_schemas
      id: list_schemas
      url: /reference/audit-logs/list-schemas
      title: '/audit_logs/actions/:name/schemas'
      type: GET
      parameters:
        - (limit)
        - (before)
        - (after)
        - (order)
      returns:
        - key: anonymous
          type: object
          unwrap: true
          properties:
            - key: data
              type: array
              description: (list_schemas.data)
            - key: list_metadata
              type: object
              properties:
                - (before)
                - (after)
originalPath: .tmp-workos-clone/packages/docs/content/reference/audit-logs/schema/list.mdx
---

## List Schemas

Get a list of all schemas for the Audit Logs action identified by `:name`.

<CodeBlock referenceId="list_schemas">
  <CodeBlockTab title="Request" file="list-schemas-request" />
  <CodeBlockTab title="Response" file="list-schemas-response" />
</CodeBlock>
