---
title: "List Od Files"
method: GET
path: "/od/{object_id}"
tags: ["Orbital Determination"]
---

# List Od Files

`GET /od/{object_id}`

Get list of OD files for a specific object.

## Path parameters

- `object_id` integer, required — The norad/temporary id of the object.

## Query parameters

- `today` boolean
- `results` boolean
- `search` string, nullable — Optional case-insensitive substring filter applied to available filenames.
- `group_id` string, uuid, nullable — Optional group ID to use for the request
- `offset` integer
- `count` integer
- `sort_field` string
- `sort_direction` 'asc' | 'desc'

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/satcat/apis/satcat-service-api.md) · [All operations](https://skmtc.net/satcat/apis/satcat-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/satcat/satcat-service-api/versions/afeec2546de3/schema)
