cURL
curl --request POST \ --url https://api.example.com/checkpoints/list \ --header 'Content-Type: application/json' \ --data ' { "thread_id": "<string>", "checkpoint_ns": "<string>", "before_checkpoint_id": "<string>", "filter_metadata": {}, "limit": 100 } '
[ { "thread_id": "<string>", "checkpoint_ns": "<string>", "checkpoint_id": "<string>", "checkpoint": {}, "metadata": {}, "parent_checkpoint_id": "<string>" } ]
1 <= x <= 1000
Successful Response