Hugging Face · Example Payload

Hugging Face Getendpointlogs Example

Hugging Face Getendpointlogs 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": "getEndpointLogs",
  "method": "GET",
  "path": "/endpoint/{namespace}/{endpoint_name}/logs",
  "summary": "Get Endpoint Logs",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "text/plain",
      "name": "Getendpointlogs200Example",
      "example": "example_value"
    },
    {
      "status": "404",
      "contentType": "application/json",
      "name": "Getendpointlogs404Example",
      "example": {
        "error": "example_value",
        "statusCode": 10
      }
    }
  ]
}