curl --request GET \
--url https://apigcp.trynia.ai/v2/github/tracer \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}List Tracer jobs for the authenticated user.
curl --request GET \
--url https://apigcp.trynia.ai/v2/github/tracer \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}API key must be provided in the Authorization header
Filter by status
Max results
1 <= x <= 200Offset for pagination
x >= 0Successful Response
Was this page helpful?