---
title: "Get ChEMBL assays"
method: GET
path: "/assays"
tags: ["Assays"]
---

# Get ChEMBL assays

`GET /assays`

## Query parameters

- `assayChemblId` string[]
- `assayOrg` string[]
- `assayType` string[]
- `limit` integer
- `page` integer
- `targetChemblId` string[]

## Response `200`

OK

- Assays
  - `assays` Assay[]
    - `assay_chembl_id` string
    - `assay_id` string
    - `assay_organism` string
    - `assay_type` string
    - `confidence_score` number, double
    - `target_chembl_id` string
  - `pageMeta` PageMeta
    - `currentElements` integer
    - `currentPage` integer
    - `limit` integer
    - `totalElements` integer
    - `totalPages` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/ebi/apis/crossbar-data-api.md) · [All operations](https://skmtc.dev/ebi/apis/crossbar-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ebi/crossbar-data-api/revisions/0f6e23feebcd/schema)
