Skip to main content

GET /v1/ip/catalog

Query Parameters

ParameterTypeDescription
creator_idstringFilter by creator
typestringFilter by IP type
limitintegerResults per page (max 100)
offsetintegerPagination offset

Response

{
  "items": [
    {
      "id": "ip_abc123",
      "title": "Song Title",
      "type": "song",
      "timestamp": "2026-06-12T09:00:00Z",
      "status": "registered"
    }
  ],
  "total": 14,
  "limit": 20,
  "offset": 0
}