cURL
curl --request GET \ --url https://apigcp.trynia.ai/v2/github/tracer/{job_id}/stream
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Stream real-time updates from a Tracer search job.
Uses Hatchet’s native streaming with MongoDB fallback polling. Reconnectable: can reconnect to a running job’s stream at any time.
Successful Response
Was this page helpful?