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

# List ServiceNow templates

`GET /api/v2/integration/servicenow/handles`

Get all ServiceNow templates for the organization.

## Response `200`

OK

- ServiceNowTemplatesResponse — Response containing ServiceNow templates
  - `data` ServiceNowTemplateData[], required — Array of ServiceNow template data objects
    - `attributes` ServiceNowTemplateAttributes, required — Attributes of a ServiceNow template
      - `assignment_group_id` string, uuid — The ID of the assignment group
      - `business_service_id` string, uuid — The ID of the business service
      - `fields_mapping` object — Custom field mappings for the template
      - `handle_name` string, required — The handle name of the template
      - `instance_id` string, uuid, required — The ID of the ServiceNow instance
      - `servicenow_tablename` string, required — The name of the destination ServiceNow table
      - `user_id` string, uuid — The ID of the user
    - `id` string, uuid, required — Unique identifier for the ServiceNow template
    - `type` 'servicenow_templates', required — Type identifier for ServiceNow template resources

## Other responses

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