Everywhere Inference
List inference secrets
get/cloud/v3/inference/{project_id}/secrets
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
Query parameters
limitinteger
Optional. Limit the number of returned items
Example:1000
Optional. Limit the number of returned items
offsetinteger
Optional. Offset value is used to exclude the first set of records from the result
Optional. Offset value is used to exclude the first set of records from the result
Response
OK
Example response
{
"count": 1,
"results": [
{
"data": {
"aws_access_key_id": "fake-key-id",
"aws_secret_access_key": "fake-secret"
},
"name": "aws-dev",
"type": "aws-iam"
}
]
}