# PGS Catalog Cohort Search

> PGS Catalog Cohort Search is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Searches sample cohorts used in the Polygenic Score Catalog by a free-text query string, returning matching cohort metadata as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/pgs-catalog-cohort-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pgs-catalog-cohort-search-e38fbdcc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cllHV0OewKrjKdArPcahY

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability pgs-catalog-cohort-search-e38fbdcc -d '<json body>'
```

Example prompt: Can you search the Polygenic Score Catalog for cohorts matching 'UK Biobank' and tell me what comes back?

## When to prefer this

Use this endpoint when you need to discover or validate sample cohorts referenced in polygenic score (PGS) research, particularly when building tools that integrate with the PGS Catalog ecosystem or when cross-referencing cohort names from genomics studies.

## Known failure modes

- Empty result set when no cohorts match the query string
- HTTP 402 if payment is not provided or fails
- Malformed JSON if the upstream PGS Catalog API is unavailable
- Timeout or 503 if the PGS Catalog service is down
- Missing or null fields if cohort metadata is incomplete in the source database

## How this service works

Search sample cohorts used in the Polygenic Score Catalog by query {q}. Query: ?q= Returns JSON.

## Output

A JSON array or object containing matching sample cohort records from the PGS Catalog, including cohort names, identifiers, and associated metadata relevant to polygenic score studies.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pgs-catalog-cohort-search-e38fbdcc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
