Overview
IAM
- Account
- Users
- API Tokens
CDN
- IP addresses list
- CDN service
- Origins
- CDN resources
- CDN activity logs
- Log forwarding
- Log viewer
- Logs uploader
- Tools
- Rules
- Rule templates
- Purge history
- SSL certificates
- CA certificates
- CDN Statistics
- Advanced analytics
- Origin shielding
- Let's Encrypt certificates
Managed DNS
- Analyze
- Locations
- Lookup
- Metrics
- Pickers
- DNS Clients
- Zones
- DNSSEC
- RRsets
Cloud
- Bare Metal
- Container as a Service
- Cost Reports
- DDOS Protection
- File Shares
- Firewalls
- Floating IPs
- Function as a Service
- GPU Cloud
- IP Ranges
- Images
- Inference Instances
- POSTDeprecated. Preview inference deployment pricedeprecated
- GETDeprecated. List API Keysdeprecated
- POSTDeprecated. Create API Keydeprecated
- GETDeprecated. Get API Keydeprecated
- DELDeprecated. Delete API Keydeprecated
- PATCHDeprecated. Update API Keydeprecated
- GETDeprecated. Get Capacity for regionsdeprecated
- GETDeprecated. List Inference Instancesdeprecated
- POSTDeprecated. Create Inference Instancedeprecated
- GETDeprecated. Get Inference Instancedeprecated
- PUTDeprecated. Update Inference Instancedeprecated
- DELDeprecated. Delete Inference Instancedeprecated
- GETDeprecated. Get Inference Instance Logsdeprecated
- GETDeprecated. Get Inference Instance Logs by Regiondeprecated
- POSTDeprecated. Start Inference Instancedeprecated
- POSTDeprecated. Stop Inference Instancedeprecated
- GETDeprecated. List inference instance flavorsdeprecated
- GETDeprecated. Get inference instance flavor Detailsdeprecated
- GETList ML Model Catalogdeprecated
- GETGet ML Model Catalog Details
- GETDeprecated. List Registriesdeprecated
- POSTDeprecated. Create Registrydeprecated
- GETDeprecated. Get Registrydeprecated
- DELDeprecated. Delete Registrydeprecated
- PATCHDeprecated. Update Registrydeprecated
- POSTPreview inference deployment price
- GETGet inference capacity by region
- GETList inference flavors
- GETGet inference flavor
- GETList models from catalog
- GETGet model from catalog
- GETList inference deployments
- POSTCreate inference deployment
- GETGet inference deployment
- DELDelete inference deployment
- PATCHUpdate inference deployment
- GETGet inference deployment API key
- GETGet inference deployment logs
- POSTStart inference deployment
- POSTStop inference deployment
- GETList inference registry credentials
- POSTCreate inference registry credential
- GETGet inference registry credential
- PUTUpdate inference registry credential
- DELDelete inference registry credential
- GETList Secrets for Inference
- POSTCreate Inference Secret
- GETGet Inference Secret
- PUTUpdate Inference Secret
- DELDelete Inference Secret
- POST
- Instances
- Load Balancers
- Logging
- Managed Kubernetes
- Managed PostgreSQL
- Networks
- Placement Groups
- Projects
- Quotas
- Regions
- Registry
- Reservations
- Reserved IPs
- Routers
- SSH Keys
- Secrets
- Service Endpoints
- Snapshot Schedules
- Snapshots
- Tasks
- User Actions
- User Role Assignments
- Volumes
Security
- Event Logs
- BGP announces
- Security Templates
- Profiles
FastEdge
- Apps
- Binaries
- FastEdge Clients
- FastEdge Secrets
- Stats
- FastEdge Templates
WAAP
- WAAP Service
- Domains
- Policies
- Analytics
- Custom Page Sets
- Custom Rules
- Firewall Rules
- Advanced Rules
- Tags
- Network Organizations
- API Discovery
- IP Spotlight
- Security Insights
Web Security
- Billing Statistics
- Resources
Video Streaming
- Streams
- Overlays
- Broadcasts
- Restreams
- Videos
- Subtitles
- Directories
- Playlists
- QualitySets
- Players
- AI
- Streaming Statistics
Object Storage
- Notifications
- Key
- Location
- Storage
- Storage Statistics
Inference Instances
Deprecated. List API Keys
deprecated
GET
/
cloud
/
v2
/
inference
/
api_keys
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/cloud/v2/inference/api_keys \
--header 'APIKey: <api-key>'
Copy
Ask AI
{
"created_at": "2022-01-01T00:00:00Z",
"description": "My first key",
"expires_at": "2024-08-22T11:21:00Z",
"inference_instance_ids": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"key_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "my-key",
"project_id": 1,
"status": "ACTIVE"
}
Authorizations
API key for authentication.
Query Parameters
Limit the number of returned instances. Limited by max limit value of 1000
Offset value is used to exclude the first set of records from the result
Order instances by transmitted fields and directions (name.asc)
Project ID. If not provided, will use the default project
Response
200
application/json
List of API Keys
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/cloud/v2/inference/api_keys \
--header 'APIKey: <api-key>'
Copy
Ask AI
{
"created_at": "2022-01-01T00:00:00Z",
"description": "My first key",
"expires_at": "2024-08-22T11:21:00Z",
"inference_instance_ids": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"key_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "my-key",
"project_id": 1,
"status": "ACTIVE"
}
Assistant
Responses are generated using AI and may contain mistakes.