---
title: "Get object"
method: GET
path: "/api/v1/objects/{objectPath}"
tags: ["objects"]
---

# Get object

`GET /api/v1/objects/{objectPath}`

Fetches an object from your environment using the objectPath path parameter.

## Path parameters

- `objectPath` string, required

## Headers

- `Authorization` string, required
- `Accept-Encoding` 'identity' | 'zstd'
- `Priority` string

## Response `200`

Successful operation

## Other responses

- `400` — Bad request
- `401` — Unauthorized to access resource
- `404` — The specified resource was not found
- `500` — Internal server error

---

[API](https://skmtc.net/anduril/apis/rest.md) · [All operations](https://skmtc.net/anduril/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anduril/rest/revisions/c2a841b48ac6/schema)
