TerminalgetBffTerminalHistory
Parameters
3 query
Query · 3
limitstringMaximum number of items to return
offsetstringNumber of items to skip
searchstringFilter history by command text
Request
GET /bff/terminal/history
curl -X GET "https://api.bizkithub.com/bff/terminal/history?limit=20&offset=0&search=example_search" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"id": "example_id",
"input": "example_input",
"timestamp": "example_timestamp",
"duration": 0
}
],
"total": 0,
"limit": 0,
"offset": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.