GET
/
getAllSources
Get all sources for an agent instance
curl --request GET \
  --url https://api.parcha.ai/api/v1/getAllSources \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Query Parameters

agent_instance_id
string
required

The ID of the agent instance (UUID format)

Response

Sources retrieved successfully