> ## Documentation Index
> Fetch the complete documentation index at: https://docs.closerintellect.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# List Badges

Lists all available badges in the system.

### Response

<ResponseField name="badges" type="array">
  A list of badge objects.
</ResponseField>

***

title: "Award Badge"
api: "POST /gamification/badges/award"
--------------------------------------

Manually awards a badge to an agent.

### Body

<ParamField body="agentId" type="string" required>
  The ID of the agent to award.
</ParamField>

<ParamField body="badgeId" type="string" required>
  The ID of the badge to award.
</ParamField>
