---
title: "Get Sandbox Entities"
method: GET
path: "/v2/datasets/odyssey/fundamentals/sandbox"
tags: ["odyssey"]
---

# Get Sandbox Entities

`GET /v2/datasets/odyssey/fundamentals/sandbox`

Get pre-loaded sample entities for testing.

Returns a list of sample companies with entity IDs that can be used for testing.

## Response `200`

Successful Response

- OdysseyFundamentalsSandboxResponse
  - `success` boolean
  - `data` OdysseyFundamentalsSandboxResponseData
    - `entities` OdysseyFundamentalsSandboxResponseDataEntitiesItems[]
      - `entity_id` string
      - `ticker` string
      - `company_name` string
      - `description` string
    - `note` string

---

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