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

# List Folders

Return a list of all Folders

<RequestExample>
  ```bash Request theme={null}
  curl -X GET https://api.gotolstoy.com/projects/actions/folders \
    --header 'Authorization: Bearer <API_KEY>'
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={null}
  { "folders": [{id: 'id', name: 'name', createdAt: '2022-04-30T15:25:25.319Z'}] }
  ```
</ResponseExample>
