get_spend_limit
Retrieve spend limit details by ID to monitor budget allocations and track spending thresholds within the Brex financial platform.
Instructions
Get a spend limit by ID (read-only). Example: {"id":"sl_123"}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}