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