get
https://app.customgpt.ai/api/v1/projects//sources
Retrieve a list of all sources associated with a given agent (formerly known as project). This endpoint provides a collection of sources that are linked to a specific agent. Sources serve as references or contexts for the agent.
Purpose
Retrieve a list of all sources associated with a given agent (formerly known as project). This endpoint provides a collection of sources that are linked to a specific agent. Sources serve as references or contexts for the agent.
At a high level, this is the canonical way to work with sources resources via the CustomGPT API.
When to use
- When you need to list a certain agent's sources as part of your backend or automation workflows.
