---
title: "Get object URLs"
method: GET
path: "/v1/objects/{object-id}/urls"
tags: ["Objects"]
---

# Get object URLs

`GET /v1/objects/{object-id}/urls`

Retrieve the list of URLs associated with the object.

## Path parameters

- `object-id` integer, required

## Response `200`

Array of associated URLs.

- ObjectUrl[]
  - `id` integer — URL ID (assigned by the server)
  - `url` string — The URL
  - `description` string — Human-readable description

## Other responses

- `401` — Unauthorized
- `403` — User does not have read access to the object
- `404` — Object with given ID does not exist

---

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