curl --request GET \
--url https://apigcp.trynia.ai/v2/shell-docs/load \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Combined status + dump in one request. Returns status info + files if indexed.
curl --request GET \
--url https://apigcp.trynia.ai/v2/shell-docs/load \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?