GET /api/v2/routing/agents/instance_values

Accepts a comma-separated list of up to 100 agent ids and returns attribute values for each agent in the list.

Allowed For

Pagination

Servers

Query parameters

Name Type Required Description
filteragent_ids String Yes

A comma-separated list of agent ids

pageafter String No

A pagination cursor that tells the endpoint which page to start on. It should be a meta.after_cursor value from a previous request.

pagebefore String No

A pagination cursor that tells the endpoint which page to start on. It should be a meta.before_cursor value from a previous request.

pagesize Integer No

The number of items to return per page

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.