---
title: "List Valorant agents"
method: GET
path: "/valorant/agents"
tags: ["Valorant agents"]
---

# List Valorant agents

`GET /valorant/agents`

List agents
> ℹ️  
> 
> This endpoint is available to all customers

## Query parameters

- `filter` FilterOverValorantAgents
  - `id` integer[]
  - `name` string[]
  - `videogame_version` unknown
- `range` RangeOverValorantAgents
  - `id` integer[]
  - `name` string[]
- `sort` string[]
- `search` SearchOverValorantAgents
  - `name` string — Name of the agent
- `page` union
  - integer
  - object
    - `number` integer
    - `size` integer
- `per_page` integer

## Response `200`

A list of Valorant agents

- object[]
  - `id` integer, required — ID of the agent
  - `name` string, required — Name of the agent
  - `portrait_url` string, uri, required — URL to a portrait image of the agent
  - `videogame_versions` string[], required — Array of of video game versions (ie. patches) for this resource

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/pandascore/apis/all-videogames.md) · [All operations](https://skmtc.net/pandascore/apis/all-videogames/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandascore/all-videogames/revisions/3bf456812994/schema)
