🚀 Introducing Agent Gateway — governance, observability, and control for your AI agents.  Register for live webinar ↗
curl -X GET "https://api.portkey.ai/v1/secret-references?current_page=0&page_size=20" \
-H "x-portkey-api-key: PORTKEY_API_KEY"{
"object": "list",
"total": 123,
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>",
"manager_type": "aws_sm",
"status": "ACTIVE",
"created_at": "2023-11-07T05:31:56Z",
"last_updated_at": "2023-11-07T05:31:56Z",
"object": "secret-reference"
}
]
}curl -X GET "https://api.portkey.ai/v1/secret-references?current_page=0&page_size=20" \
-H "x-portkey-api-key: PORTKEY_API_KEY"{
"object": "list",
"total": 123,
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>",
"manager_type": "aws_sm",
"status": "ACTIVE",
"created_at": "2023-11-07T05:31:56Z",
"last_updated_at": "2023-11-07T05:31:56Z",
"object": "secret-reference"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.portkey.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Filter by secret manager type
aws_sm, azure_kv, hashicorp_vault JSON-encoded object for tag filtering
Search by name
1 - 255Page index (0-based), defaults to 0
x >= 0Items per page (1-100), defaults to 20
1 <= x <= 100Was this page helpful?