GET /models/:id
Summary
Get details about a specific model
Intent
Returns metadata and capabilities for a single model
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The id parameter |
Request example
curl -X GET https://api.example.com/models/:id \ -H "Authorization: Bearer {token}"Response example
{ "id": "obj_123", "status": "ok"}Error cases
401— Missing or invalid authentication token400— Request validation failed
Gotchas
- Get operations require a valid bearer token