curl --request GET \
--url https://apigcp.trynia.ai/v2/github/tracer/{job_id}/stream \
--header 'Authorization: Bearer <token>'{
"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.
curl --request GET \
--url https://apigcp.trynia.ai/v2/github/tracer/{job_id}/stream \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?