curl --request GET \
--url https://apigcp.trynia.ai/v2/document/agent/jobs \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request GET \
--url https://apigcp.trynia.ai/v2/document/agent/jobs \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}API key must be provided in the Authorization header
Filter by status: queued, running, completed, failed, cancelled
1 <= x <= 100x >= 0Successful Response
Was this page helpful?