---
title: "Get Contents"
method: GET
path: "/folder/{slug}/contents"
tags: ["folder"]
---

# Get Contents

`GET /folder/{slug}/contents`

## Path parameters

- `slug` string, required

## Query parameters

- `name_contains` string, nullable
- `public` boolean, nullable
- `shared_with_rowan` boolean, nullable
- `starred` boolean, nullable
- `page` integer
- `size` integer
- `sort` string
- `asc` boolean
- `return_object_data` boolean
- `updated_after` string, date-time, nullable
- `updated_before` string, date-time, nullable
- `created_after` string, date-time, nullable
- `created_before` string, date-time, nullable

## Cookies

- `access_token` string, nullable

## Response `200`

Successful Response

- FolderContents
  - `num_pages` integer, required
  - `items` FolderItem[], required
    - `type` string, required
    - `data` union, required
      - Folder
        - `name` string, nullable
        - `parent_uuid` string, nullable
        - `notes` string
        - `starred` boolean
        - `public` boolean
        - `shared_with_rowan` boolean
        - `created_at` string, date-time, required
        - `updated_at` string, date-time, nullable
        - `public_until` string, date-time, nullable
        - `is_root` boolean, required
        - `uuid` string, required
        - `ancestor_is_public` boolean
        - `project_uuid` string, nullable
        - `is_temporarily_public` boolean, required
      - WorkflowContentItem
        - `name` string, nullable
        - `starred` boolean
        - `email_when_complete` boolean
        - `public` boolean
        - `public_until` string, date-time, nullable
        - `created_at` string, date-time, required
        - `object_type` string, required
        - `object_status` integer, required
        - `object_data` object, nullable
        - `smiles` string, nullable
        - `uuid` string, required
        - `compute_hardware` string, nullable
        - `retry_count` integer
        - `is_temporarily_public` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rowansci/apis/eyrie.md) · [All operations](https://skmtc.dev/rowansci/apis/eyrie/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rowansci/eyrie/revisions/f786577eede6/schema)
