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

Documentation Index

Fetch the complete documentation index at: https://docs.parcha.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key obtained from your Parcha account settings. Include as Bearer token in the Authorization header.

Query Parameters

agent_instance_id
string
required

The ID of the agent instance (UUID format)

Pattern: ^[0-9a-f]{8}[-]?[0-9a-f]{4}[-]?[0-9a-f]{4}[-]?[0-9a-f]{4}[-]?[0-9a-f]{12}$

Response

Sources retrieved successfully