Skip to Content
BlitzPulse docs are live. Looking for the app? Visit https://app.blitzglobalcapital.com.
Api ReferenceBot Controls API

Bot Controls API

Auto-generated from openapi-snapshot.json. Do not edit by hand — changes are overwritten by scripts/docs/generate_api_reference.py.

9 endpoints in this group.

GET /api/bot-controls/agents

List Agent Policies

Parameters

NameInTypeRequiredDescription
tenant_idqueryintegeroptional

Responses

CodeDescription
200Successful Response
422Validation Error

PATCH /api/bot-controls/agents/{agent_id}

Update Agent Policy

Parameters

NameInTypeRequiredDescription
agent_idpathintegerrequired

Request body: application/json

Responses

CodeDescription
200Successful Response
422Validation Error

GET /api/bot-controls/agents/{agent_id}/limits

Get Bot Limits

Parameters

NameInTypeRequiredDescription
agent_idpathintegerrequired

Responses

CodeDescription
200Successful Response
422Validation Error

PUT /api/bot-controls/agents/{agent_id}/limits

Set Bot Limits

Parameters

NameInTypeRequiredDescription
agent_idpathintegerrequired

Request body: application/json

Responses

CodeDescription
200Successful Response
422Validation Error

GET /api/bot-controls/agents/{agent_id}/usage

Get Bot Usage Today

Parameters

NameInTypeRequiredDescription
agent_idpathintegerrequired

Responses

CodeDescription
200Successful Response
422Validation Error

GET /api/bot-controls/approval-threshold

Get Approval Threshold

Parameters

NameInTypeRequiredDescription
tenant_idqueryintegeroptional

Responses

CodeDescription
200Successful Response
422Validation Error

PUT /api/bot-controls/approval-threshold

Set Approval Threshold

Parameters

NameInTypeRequiredDescription
tenant_idqueryintegeroptional

Request body: application/json

Responses

CodeDescription
200Successful Response
422Validation Error

PUT /api/bot-controls/approval-threshold/account-override

Set Account Threshold Override

Parameters

NameInTypeRequiredDescription
tenant_idqueryintegeroptional

Request body: application/json

Responses

CodeDescription
200Successful Response
422Validation Error

GET /api/bot-controls/approval-threshold/preview

Preview Threshold Affected Orders

Recent orders whose notional would have exceeded the proposed threshold.

Parameters

NameInTypeRequiredDescription
proposed_thresholdquerynumberrequired
tenant_idqueryintegeroptional
daysqueryintegeroptional

Responses

CodeDescription
200Successful Response
422Validation Error