curl --request GET \
--url http://localhost:8000/archived-bots/{db_path}/executors \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Get executor data from a database.
Args: db_path: Full path to the database file
Returns: List of executors with their configurations and results
curl --request GET \
--url http://localhost:8000/archived-bots/{db_path}/executors \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Was this page helpful?