API Reference

Retrieve Context Version

Retrieves a specific version of a context.

Endpoint
GET https://api.zatomic.ai/v1/contexts/{contextId}/versions/{versionId}

// Example
GET https://api.zatomic.ai/v1/contexts/ctx_2qRzu8geIvfudcJTwP0pur4TbMJ/versions/ctv_2qRzu8qzlNOMhTrini2EKCDh5r6

Endpoint Response

A successful call returns a response that contains the context version object.

HTTP Status Codes
200 OK The context version was retrieved.
404 Not Found The context version didn't exist.
500 Internal Server Error Something went wrong on Zatomic's end.