---
title: "Incremental Attributes Values Export"
method: GET
path: "/api/v2/incremental/routing/attribute_values"
tags: ["Incremental Skill Based Routing"]
---

# Incremental Attributes Values Export

`GET /api/v2/incremental/routing/attribute_values`

Returns a stream of changes that occurred on routing attribute values.

#### Allowed For

* Admins

#### Parameters

Optional

| Name   | Type   | Comment
| ------ | ------ | -------
| cursor | string | The `cursor` parameter is a non-human-readable argument you can use to move forward or backward in time. The cursor is a read-only URL parameter that's only available in API responses. See [Pagination](#pagination).

## Response `200`

Success response

- IncrementalSkillBasedRouting
  - `attribute_values` IncrementalSkillBasedRoutingAttributeValue[] — Routing attribute values
    - `attribute_id` string — Id of the associated attribute
    - `id` string — Automatically assigned when an attribute value is created
    - `name` string — The name of the attribute value
    - `time` string, date-time — The time the attribute value was created, updated, or deleted
    - `type` string — One of "create", "update", or "delete"
  - `attributes` IncrementalSkillBasedRoutingAttribute[] — Routing attributes
    - `id` string — Automatically assigned when an attribute is created
    - `name` string — The name of the attribute
    - `time` string, date-time — The time the attribute was created, updated, or deleted
    - `type` string — One of "create", "update", or "delete"
  - `count` integer — The number of results returned for the current request
  - `end_time` integer — The most recent resource creation time present in this result set in Unix epoch time
  - `instance_values` IncrementalSkillBasedRoutingInstanceValue[] — Routing instance values
    - `attribute_value_id` string — Id of the associated attribute value
    - `id` string — Automatically assigned when an instance value is created
    - `instance_id` string — Id of the associated agent or ticket
    - `time` string, date-time — The time the instance value was created or deleted
    - `type` string — One of "associate_agent", "unassociate_agent", "associate_ticket", or "unassociate_ticket"
  - `next_page` string — The URL that should be called to get the next set of results

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
