---
title: "Get Proteins"
method: GET
path: "/protein"
tags: ["protein"]
---

# Get Proteins

`GET /protein`

## Query parameters

- `ancestor_uuid` string, nullable
- `name_contains` string, nullable
- `project_uuid` string, nullable
- `page` integer
- `size` integer

## Cookies

- `access_token` string, nullable

## Response `200`

Successful Response

- ProteinList
  - `proteins` Protein[], required
    - `uuid` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `deleted_at` string, date-time, nullable
    - `data` object, nullable
    - `used_in_workflow` boolean, required
    - `active` boolean, required
    - `ancestor_uuid` string, nullable
    - `name` string, nullable
    - `sanitized` integer
    - `public` boolean
    - `pocket` array[], nullable
      - number[]
  - `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)
