Headers
Optional header to specify the beta version(s) you want to use.
To use multiple betas, use a comma separated list like beta1,beta2
or specify the header multiple times for each beta.
Query Parameters
Pagination token for fetching a specific page of results.
Pass the value from a previous response's next_page
field to get the next page of results.
Number of results to return per page.
Maximum value is 100. Defaults to 20.
Filter skills by source.
If provided, only skills from the specified source will be returned:
"custom"
: only return user-created skills"anthropic"
: only return Anthropic-created skills
Response
Successful Response
List of skills.
Whether there are more results available.
If true
, there are additional results that can be fetched using the next_page
token.
Token for fetching the next page of results.
If null
, there are no more results available. Pass this value to the page_token
parameter in the next request to get the next page.
"page_MjAyNS0wNS0xNFQwMDowMDowMFo="
null