Skip to main content
Glama

batch_get_status

Check the status of batch jobs and monitor progress through completion states. Use auto-polling to wait for job completion and receive current state, progress statistics, and completion information.

Instructions

GET BATCH JOB STATUS - Check status of running batch job with optional auto-polling. STATES: PENDING (queued), RUNNING (processing), SUCCEEDED (complete), FAILED (error), CANCELLED (user stopped), EXPIRED (timeout). WORKFLOW: 1) Call with batch job name/ID, 2) Optionally enable polling to wait for completion, 3) Returns current state, progress stats, and completion info. USAGE: Pass job name from batch_create response. Enable autoPoll for hands-off waiting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
batchNameYesBatch job name/ID from batch_create
autoPollNoAutomatically poll until job completes (SUCCEEDED, FAILED, or CANCELLED)
pollIntervalSecondsNoSeconds between status checks when autoPoll=true (default: 30)
maxWaitMsNoMaximum wait time in milliseconds (default: 24 hours)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mintmcqueen/gemini-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server