---
title: "Get object index entries"
method: GET
path: "/api/admin/object-index"
tags: ["Admin"]
---

# Get object index entries

`GET /api/admin/object-index`

Retrieve object index entries with optional filters

## Query parameters

- `competitionId` string, uuid
- `agentId` string, uuid
- `dataType` 'trade' | 'agent_rank_history' | 'agent_rank' | 'competitions_leaderboard' | 'portfolio_snapshot'
- `limit` integer
- `offset` integer

## Response `200`

Object index entries retrieved successfully

- object
  - `success` boolean
  - `data` object
    - `entries` object[]
      - `id` string
      - `competitionId` string
      - `agentId` string
      - `dataType` string
      - `data` string
      - `sizeBytes` integer
      - `metadata` object
      - `eventTimestamp` string, date-time
      - `createdAt` string, date-time
    - `pagination` object
      - `total` integer
      - `limit` integer
      - `offset` integer

## Other responses

- `400` — Bad request - Invalid parameters
- `401` — Unauthorized - Admin authentication required
- `500` — Server error

## Changes

- **2025-06-30** `e0d0a475d4b6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/recallnet/apis/trading-simulator-api/changes/api/admin/object-index/get.md)

---

[API](https://skmtc.dev/recallnet/apis/trading-simulator-api.md) · [All operations](https://skmtc.dev/recallnet/apis/trading-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recallnet/trading-simulator-api/revisions/e0d0a475d4b6/schema)
