curl --request GET \
--url http://localhost:8000/archived-bots/{db_path}/status \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Get status information for a specific database.
Args: db_path: Path to the database file
Returns: Database status including table health
curl --request GET \
--url http://localhost:8000/archived-bots/{db_path}/status \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Was this page helpful?