Request body to create a trace record on an active session.
1
2
3
4
trace.5
Unix timestamp with seconds precision.
1658953439
nest.2
nest_2
Response body when a trace record is created.
POST /v1/pipelines/{pipelineID}/trace_session/records HTTP/1.1 Host: cloud-api.calyptia.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 366 { "type": 1, "trace_id": "trace.5", "start_time": 1658953439, "end_time": 1658953439, "plugin_instance": "nest.2", "plugin_alias": "nest_2", "return_code": 1, "records": [ { "timestamp": 1658953439, "record": "{\n \"dummy\": \"dummy_0\",\n \"powered_by\": \"calyptia\",\n \"data\": {\n \"key_name\": \"foo\",\n \"key_cnt\": \"1\"\n }\n}", "ANY_ADDITIONAL_PROPERTY": "anything" } ] }
Created
{ "id": "123e4567-e89b-12d3-a456-426614174000", "sessionID": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-04-24T08:19:21.554Z" }