---
title: "Get Sidebar Workflows"
method: GET
path: "/workflow/sidebar_workflows"
tags: ["workflow"]
---

# Get Sidebar Workflows

`GET /workflow/sidebar_workflows`

## Query parameters

- `parent_uuid` string, nullable
- `name_contains` string, nullable
- `public` boolean, nullable
- `starred` boolean, nullable
- `project_uuid` string, nullable
- `page` integer
- `size` integer
- `sort` string
- `asc` boolean
- `object_types` string[], nullable
- `statuses` integer[], nullable
- `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

- WorkflowSidebarList
  - `workflows` WorkflowContentItem[], required
    - `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
  - `num_pages` integer, 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)
