Hugging Face · Example Payload

Hugging Face Listmetrics Example

Hugging Face Listmetrics Example is an example object payload from Hugging Face, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "listMetrics",
  "method": "GET",
  "path": "/metrics",
  "summary": "List Available Metrics",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listmetrics200Example",
      "example": [
        {
          "id": "abc123",
          "description": "A sample description."
        }
      ]
    }
  ]
}