Context7 MCP

Get parse status

Returns the status of all active and queued parse jobs
1 min read
gethttps://your-instance.example.com/api/parse-status
Request example
Response
gethttps://your-instance.example.com/api/parse-status

Responses

application/json
Active parse jobs and their status
activeParsesobjectrequired#
Map of project name to its current parse job status
Show child attributes
{key}object#
Show child attributes
statusenum<string>required#
Current job status
Options:queuedparsingfinalizing
positioninteger#
Queue position. Only present when status is queued
createdAtstring#
ISO 8601 timestamp when the job was queued. Only present when status is queued
startedAtstring#
ISO 8601 timestamp when the job began running. Only present when status is parsing or finalizing
durationnumber#
Elapsed seconds since the job started. Only present when status is parsing or finalizing
statusMessagestring#
Human-readable progress detail (e.g. Scanning 16 files). Only present when status is parsing