---
title: "ResourceSummary"
url: "https://console.9fin.com/apis/clo-api/versions/221fee01-d90e-4b49-9e39-50dbcbf0d81c/schemas/ResourceSummary"
---

> Full API specification: https://console.9fin.com/apis/clo-api/versions/221fee01-d90e-4b49-9e39-50dbcbf0d81c.md

# ResourceSummary

Freshness snapshot for one in-market feed resource.

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: 9fin CLO API
  version: 0.11.0
servers:
  - description: Production environment
    url: https://api.9fin.com
components:
  schemas:
    ResourceSummary:
      description: Freshness snapshot for one in-market feed resource.
      properties:
        latest_updated_at:
          anyOf:
            - format: date-time
              type: string
            - type: "null"
          description: Most recent updated_at timestamp across matching rows (UTC), if any.
          title: Latest Updated At
      title: ResourceSummary
      type: object
```
