curl --request GET \
--url https://apigcp.trynia.ai/v2/vaults/available-sources \
--header 'Authorization: Bearer <token>'{}Return every source the user can add to a vault.
Merges data_sources (excluding vaults), local_folders, and projects into a single list with a unified shape so the frontend picker shows everything.
curl --request GET \
--url https://apigcp.trynia.ai/v2/vaults/available-sources \
--header 'Authorization: Bearer <token>'{}API key must be provided in the Authorization header
Search filter on display_name / url
1 <= x <= 2000x >= 0Successful Response
The response is of type Response List Available Sources V2 Vaults Available Sources Get · object.
Was this page helpful?