Skip to main content
POST
/
insights
/
agents
/
refresh
Build Kpis Agent
curl --request POST \
  --url http://0.0.0.0:8000/insights/agents/refresh \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id_organization
string<uuid> | null

The organization ID to build KPIs for. Defaults to the active organization from the JWT if omitted.

Response

Successful Response