---
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

## Changes

> 71 revisions in range; 7 could not be searched.

- **2026-05-30** `eb2db2e17897` — 1 info
  - endpoint added
- **2026-05-08** `c6aaf3632e48` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/objects/:object-id/urls/get.md)

---

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