---
title: "Take screenshot from remote system via NetXMS agent"
method: GET
path: "/v1/objects/{object-id}/take-screenshot"
tags: ["Objects"]
---

# Take screenshot from remote system via NetXMS agent

`GET /v1/objects/{object-id}/take-screenshot`

## Path parameters

- `object-id` integer, required

## Query parameters

- `sessionName` string

## Response `200`

Screenshot successfully taken.

## Other responses

- `401` — Unauthorized
- `403` — User does not have read access to given object
- `404` — Object with given ID does not exist
- `500` — Server side error (common reason is failed communication to agent). Response document may contain detailed failure reason.

---

[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/ee1f54ee3abd/schema)
