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

## List Actions

Get a list of all Audit Log actions in the current environment.

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