C
Crevio
/list_runs
list runs
List the account's task runs, newest first — delegated jobs and scheduled tasks alike. Filter by status or task.
liveunknown~5s typical
mcpcrevio
$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-co-crevio-crevio /list_runs for me.
Input
| Field | Type | Description |
|---|---|---|
| status | string (pending | running | completed | failed | needs_input) | Only runs in this state. |
| task_id | string | Only runs of this task (task_...). |
| limit | integer | Default 20. |
| starting_after | string | Return the page after this id — the last id from the previous page. |
| ending_before | string | Return the page before this id — the first id from the previous page. |
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-co-crevio-crevio","endpoint":"/list_runs","input":{}}'cli
npx cracked-ai run -p mcp-co-crevio-crevio -e /list_runs -i '{}'mcp
run_tool({ provider: "mcp-co-crevio-crevio", endpoint: "/list_runs", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.