View the graph at a point in time
GET
/api/v1/time-machine/snapshots/{id}Parameters
This endpoint does not accept parameters.
Responses
200Snapshot graph data
Request
curl -X GET "https://api.knowledgetree.dev/api/v1/time-machine/snapshots/{id}" \
-H "Authorization: Bearer $KT_API_TOKEN"Response
200Snapshot graph data
Example response not yet documented.