cURL
curl --request GET \ --url https://sync.trychroma.com/api/v1/sources/{source_id} \ --header 'x-chroma-token: <api-key>'
{ "github": { "repository": "<string>", "app_id": "<string>", "include_globs": [ "<string>" ] }, "chunking": { "type": "tree_sitter", "max_size_bytes": 1 }, "created_at": "2023-11-07T05:31:56Z", "database_name": "<string>", "embedding": { "dense": { "model": "Qwen/Qwen3-Embedding-0.6B", "task": "<unknown>" }, "sparse": "<unknown>" }, "embedding_model": { "model": "Qwen/Qwen3-Embedding-0.6B", "task": "<unknown>" }, "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Returns details of a source with the provided ID.
Source ID
Found source with provided ID
Show child attributes
Was this page helpful?