> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getversive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List folders

> List your organization's folders

Returns all folders in your organization.

### Response

An array of `{ id, name, created_at }`.

<RequestExample>
  ```bash cURL theme={null}
  curl https://api.getversive.com/api/v1/folders \
    -H "Authorization: Bearer $VERSIVE_API_KEY"
  ```
</RequestExample>
