S
Saber
/company_signals-subscription_logs
company signals subscription logs
List company signal executions produced by a specific signal subscription, with filters and pagination.
liveunknown~5s typical
mcpsaber
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-saber-mcp-saber /company_signals-subscription_logs for me.
Input
| Field | Type | Description |
|---|---|---|
| subscriptionId* | string | The UUID of the signal subscription |
| domain | string | Filter signals by company domain |
| companyId | string | Filter signals by company ID |
| limit | integer | Maximum number of results per page default 25 |
| offset | integer | Number of results to skip for pagination default 0 |
| fromDate | string | Filter signals completed on or after this date (RFC3339 format) |
| toDate | string | Filter signals completed on or before this date (RFC3339 format) |
| status | array | Filter by signal status (can be specified multiple times) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-saber-mcp-saber","endpoint":"/company_signals-subscription_logs","input":{"subscriptionId":"...","limit":25,"offset":0}}'cli
npx cracked-ai run -p mcp-app-saber-mcp-saber -e /company_signals-subscription_logs -i '{"subscriptionId":"...","limit":25,"offset":0}'mcp
run_tool({ provider: "mcp-app-saber-mcp-saber", endpoint: "/company_signals-subscription_logs", input: {"subscriptionId":"...","limit":25,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.