List all skills for the current project.
GET/skills
List all skills for the current project.
List all skills for the current project.
curl https://api.openai.com/v1/skills \
-H "Authorization: Bearer $OPENAI_API_KEY"{
"data": [
{
"id": "id",
"created_at": 0,
"default_version": "default_version",
"description": "description",
"latest_version": "latest_version",
"name": "name",
"object": "skill"
}
],
"first_id": "first_id",
"has_more": true,
"last_id": "last_id",
"object": "list"
}Returns Examples
{
"data": [
{
"id": "id",
"created_at": 0,
"default_version": "default_version",
"description": "description",
"latest_version": "latest_version",
"name": "name",
"object": "skill"
}
],
"first_id": "first_id",
"has_more": true,
"last_id": "last_id",
"object": "list"
}