Get trackers

This guide describes how to use the Management API Get Tracker and Get Trackers operations.

If you want to detect trackers in conversations, you need to Create Trackers, or choose from the Managed Trackers Library.

All Trackers in Your Trackers are identified when you process a conversation. Trackers are enabled by default for all conversations.

Authentication

Before using this API, you must generate your authentication token (AUTH_TOKEN) as described in Authenticate.

Use cases

  • Get tracker by ID: Get a single tracker by entering the ID.

  • Get trackers by name, category, or language: Retrieve one or more trackers by entering all or part of the name. Enter a category name to get all the trackers in that category. Choose a language to see a list of the trackers using that language.

Get tracker by ID

The request to get a single tracker by sending the trackerId:

GET https://api.symbl.ai/v1/manage/trackers/{trackerId}

To make a request from the API reference, see Get Tracker.

Get trackers by name, category, or language

The request to get trackers by name, category, or language:

GET https://api.symbl.ai/v1/manage/trackers

To make a request from the API Reference, see Get Trackers.