Forward API リファレンス。
Description
Lists Skills visible to the current account, with cursor pagination and name-prefix search.
パス
GET /api/v1/forward/skills
リクエストヘッダー
| ヘッダー | 必須 | 説明 |
|---|---|---|
Authorization | はい | Bearer <PAT または SAT> |
クエリパラメーター
| パラメーター | 型 | 必須 | 説明 |
|---|---|---|---|
limit | integer | いいえ | ページサイズです。最大 100。 |
page | string | No | Pagination cursor (recommended), taken from next_page in the previous response. Mutually exclusive with after_id and before_id. |
after_id | string | No | Forward pagination cursor. Mutually exclusive with page and before_id. |
before_id | string | No | Backward pagination cursor. Mutually exclusive with page and after_id. |
display_title | string | No | Case-insensitive prefix search on the Skill display title. |
source | string | No | Filters by Skill source: custom or qoder. before_id is not supported when source is supplied. |
name | string | No | ⚠️ Deprecated: Compatibility alias for display_title with identical semantics. Use display_title. |
リクエスト例
レスポンス例
空のリストレスポンス
レスポンスフィールド
Each item in the response data array is a Skill object. List results do not include content or content_encoding. See List pagination fields for pagination fields.
エラー
| HTTP | Type | 発生条件 |
|---|---|---|
| 400 | invalid_request_error | リクエストボディ、パスパラメーター、またはクエリパラメーターが不正です。 |
| 401 | authentication_error | 認証トークンがないか、無効です。 |
| 403 | permission_error | 呼び出し元にはこのリソースへのアクセス権限がありません。 |
| 500/502/503 | api_error | Forward または依存サービスでエラーが発生しました。 |