cURL
curl --request GET \ --url https://sync.trychroma.com/api/v1/invocations/{invocation_id} \ --header 'x-chroma-token: <api-key>'
{ "created_at": "2023-11-07T05:31:56Z", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "metadata": { "github": { "git_ref_identifier": { "sha": "<string>" } }, "collection_name": "<string>", "database_name": "<string>" }, "status": "pending", "source_id": "<unknown>" }
Returns details of an invocation with the provided ID.
Invocation ID
Found invocation with provided ID
Show child attributes
pending
Was this page helpful?