---
title: "Get predictions by DTXSID and model"
method: GET
path: "/bioactivity/models/search/"
tags: ["Bioactivity Model Resource"]
---

# Get predictions by DTXSID and model

`GET /bioactivity/models/search/`

return ToxCast model predictions for given a DTXSID and model type. Model type options include: 'CERAPP Potency Level (Consensus)', 'CERAPP Potency Level (From Literature)', 'COMPARA (Consensus)', and 'ToxCast Pathway Model (AUC)'

## Query parameters

- `dtxsid` string, required
- `model` string, required

## Response `200`

OK

- BioactivityModel[]
  - `id` integer
  - `dtxsid` string
  - `model` string
  - `receptor` string
  - `agonist` string
  - `antagonist` string
  - `binding` string
  - `modelDesc` string

---

[API](https://skmtc.net/usepa/apis/computational-toxicology-and-exposure-ctx-apis-ctx-bioactivi.md) · [All operations](https://skmtc.net/usepa/apis/computational-toxicology-and-exposure-ctx-apis-ctx-bioactivi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usepa/computational-toxicology-and-exposure-ctx-apis-ctx-bioactivi/revisions/a5153acdeecb/schema)
