Skip to main content
GET
/
agent_skills
Error
A valid request URL is required to generate request examples
{
  "code": 123,
  "error": "<string>",
  "msg": "<string>",
  "data": {
    "has_more": true,
    "items": [
      {
        "created_at": "<string>",
        "description": "<string>",
        "file_index": [
          "<string>"
        ],
        "id": "<string>",
        "meta": {},
        "name": "<string>",
        "updated_at": "<string>"
      }
    ],
    "next_cursor": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Project Bearer token (e.g., "Bearer sk-ac-xxxx")

Query Parameters

limit
integer

Limit of agent skills to return, default 20. Max 200.

cursor
string

Cursor for pagination

time_desc
boolean

Order by created_at descending if true

Response

200 - application/json

OK

code
integer
error
string
msg
string
data
object