curl --request GET \
--url https://apigcp.trynia.ai/v2/github/tracer/{job_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get the status and result of a Tracer search job.
curl --request GET \
--url https://apigcp.trynia.ai/v2/github/tracer/{job_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?