cURL
curl --request GET \ --url https://apigcp.trynia.ai/v2/sources
{ "pagination": { "total": 123, "limit": 123, "offset": 123, "has_more": true }, "items": [ { "id": "<string>", "type": "repository", "identifier": "<string>", "display_name": "<string>", "status": "<string>", "created_at": "<string>", "updated_at": "<string>", "category_id": "<string>", "is_global": true, "global_source_id": "<string>", "global_namespace": "<string>", "metadata": {} } ] }
Filter by source type
repository
documentation
research_paper
huggingface_dataset
local_folder
Search by name or identifier
Filter by status
Filter by category
1 <= x <= 100
x >= 0
Successful Response
Response for listing sources.
Pagination metadata
Show child attributes
List of sources
Was this page helpful?