---
title: "List ServiceNow instances"
method: GET
path: "/api/v2/integration/servicenow/instances"
tags: ["ServiceNow Integration"]
---

# List ServiceNow instances

`GET /api/v2/integration/servicenow/instances`

Get all ServiceNow instances for the organization.

## Response `200`

OK

- ServiceNowInstancesResponse — Response containing ServiceNow instances
  - `data` ServiceNowInstanceData[], required — Array of ServiceNow instance data objects
    - `attributes` ServiceNowInstanceAttributes, required — Attributes of a ServiceNow instance
      - `instance_name` string, required — The name of the ServiceNow instance
    - `id` string, uuid, required — Unique identifier for the ServiceNow instance
    - `type` 'instance', required — Type identifier for ServiceNow instance resources

## Other responses

- `404` — Not Found
- `429` — Too many requests

---

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