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
- Floating IPs
- Function as a Service
- GPU Cloud
- IP Ranges
- Images
- Inference Instances
- 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
- PUTReplace inference registry credential
- DELDelete inference registry credential
- GETList inference secrets
- POSTCreate inference secret
- GETGet inference secret
- PUTReplace inference secret
- DELDelete Inference Secret
- GETGet inference capacity by region
- GETList inference flavors
- GETGet inference flavor
- GETList models from catalog
- GETGet model from catalog
- POSTPreview inference deployment price
- GETList API Keysdeprecated
- POSTCreate API Keydeprecated
- GETGet API Keydeprecated
- DELDelete API Keydeprecated
- PATCHUpdate API Keydeprecated
- GETGet Capacity for regionsdeprecated
- GETList Inference Instancesdeprecated
- POSTCreate Inference Instancedeprecated
- GETGet Inference Instancedeprecated
- PUTUpdate Inference Instancedeprecated
- DELDelete Inference Instancedeprecated
- GETGet Inference Instance Logsdeprecated
- GETGet Inference Instance Logs by Regiondeprecated
- POSTStart Inference Instancedeprecated
- POSTStop Inference Instancedeprecated
- GETList inference instance flavorsdeprecated
- GETGet inference instance flavor Detailsdeprecated
- GETList ML Model Catalogdeprecated
- GETGet ML Model Catalog Detailsdeprecated
- GETList Registriesdeprecated
- POSTCreate Registrydeprecated
- GETGet Registrydeprecated
- DELDelete Registrydeprecated
- PATCHUpdate Registrydeprecated
- POSTPreview inference deployment pricedeprecated
- GET
- Instances
- Load Balancers
- Logging
- Managed Kubernetes
- Managed PostgreSQL
- Networks
- Placement Groups
- Projects
- Quotas
- Regions
- Registry
- Reservations
- Reserved IPs
- Routers
- SSH Keys
- Secrets
- Security Groups
- 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
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
Get API Key
deprecated
GET
/
cloud
/
v2
/
inference
/
api_keys
/
{key_id}
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/cloud/v2/inference/api_keys/{key_id} \
--header 'Authorization: <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. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
API Key ID
Response
200
application/json
API Key
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/{key_id} \
--header 'Authorization: <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.