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
- Admins
- Agents in custom role with permission to manage skills
Pagination
- Cursor pagination only.
Note:
page[before]
andpage[after]
can't be used together in the same request.
Servers
- https://{subdomain}.{domain}.com
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 |
pagebefore |
String | No |
A pagination cursor that tells the endpoint which page to start on. It should be a |
pagesize |
Integer | No |
The number of items to return per page |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.