Get all DXAs
Get Agents
Endpoint
## Parameters
| Name | Type | In | Description |
|----------|--------|-------|--------------------------------------------|
| limit | int | query | Number of agents to return (default: 10) |
| offset | int | query | Number of agents to skip (default: 0) |cURL Example
curl -X GET 'https://{api_endpoints}/agents?limit=10&offset=0' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
Success Response
Last updated