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

# Get object metadata

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

Returns metadata for a specified object path. Use this to fetch metadata such as object size (size_bytes), its expiry time (expiry_time), or its latest update timestamp (last_updated_at).

## Path parameters

- `objectPath` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful operation

- ObjectsGetObjectMetadataResponse200 — Empty response body

## Other responses

- `400` — Not Found
- `401` — Unauthorized
- `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/versions/c2a841b48ac6/schema)
