/v1/pipelines/{pipelineID}/trace_session/records
1
2
3
4
trace.5
Unix timestamp with seconds precision.
1658953439
nest.2
nest_2
Created
curl -L \ --request POST \ --url 'https://cloud-api.calyptia.com/v1/pipelines/{pipelineID}/trace_session/records' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{"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"}]}'
{ "id": "123e4567-e89b-12d3-a456-426614174000", "sessionID": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-02-09T21:52:18.020Z" }