Skip to main content
GET
List skills
A skill is a packaged workflow from the Biomni catalog, such as a grounded literature review or a genome-editing design routine. This returns both built-in skills and your own. Pass an entry’s id or name as skill on POST /tasks/{id}/messages to run it. owner_type is system for a built-in skill and user for one of your own.

Authorizations

Authorization
string
header
required

Requires an API key. See the Authentication guide.

Query Parameters

limit
integer
default:20

Maximum objects to return.

Required range: 1 <= x <= 100
before_id
string | null
after_id
string | null

Response

200 - application/json

Page of skills available to you.

data
Skill · object[]
required
type
string
default:list
Allowed value: "list"
has_more
boolean
default:false
first_id
string | null
last_id
string | null