---
title: "Get ServiceNow template"
method: GET
path: "/api/v2/integration/servicenow/handles/{template_id}"
tags: ["ServiceNow Integration"]
---

# Get ServiceNow template

`GET /api/v2/integration/servicenow/handles/{template_id}`

Get a ServiceNow template by ID.

## Path parameters

- `template_id` string, uuid, required

## Response `200`

OK

- ServiceNowTemplateResponse — Response containing a single ServiceNow template
  - `data` ServiceNowTemplateData, required — Data object for a ServiceNow template
    - `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

- `400` — Bad Request
- `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)
