Forward API リファレンス。
Description
Lists Credentials in the specified Vault, with pagination and filtering.
パス
GET /api/v1/forward/vaults/{id}/credentials
リクエストヘッダー
| ヘッダー | 必須 | 説明 |
|---|---|---|
Authorization | はい | Bearer <PAT または SAT> |
パス参数
| パラメーター | 型 | 必須 | 説明 |
|---|---|---|---|
id | string | はい | Vault ID。 |
クエリパラメーター
| パラメーター | 型 | 必須 | 説明 |
|---|---|---|---|
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. |
name | string | いいえ | mcp_server_url で検索します。 |
リクエスト例
レスポンス例
空のリストレスポンス
レスポンスフィールド
Each item in the response data array is a Vault credential object. See List pagination fields for pagination fields.
エラー
| HTTP | Type | 発生条件 |
|---|---|---|
| 400 | invalid_request_error | リクエストボディ、パスパラメーター、またはクエリパラメーターが不正です。 |
| 401 | authentication_error | 認証トークンがないか、無効です。 |
| 403 | permission_error | 呼び出し元にはこのリソースへのアクセス権限がありません。 |
| 404 | not_found_error | Vault が存在しないか、参照できません。 |
| 500/502/503 | api_error | Forward または依存サービスでエラーが発生しました。 |