Skip to main content

Run Monitor

1 min read
post/monitor/{monitorId}/run
Request example
Response
post/monitor/{monitorId}/run

Authorization

Authorizationstringheaderrequired#
Bearer authentication header of the form Bearer <token>, where <token> is your API key.

Path parameters

monitorIdstringrequired#
The monitor ID

Responses

application/json
Monitor check queued
successboolean#
idstring#
dataobject#
Show child attributes
idstring#
monitorIdstring#
statusenum<string>#
Options:queuedrunningcompletedfailedpartialskipped_overlap
triggerenum<string>#
Options:scheduledmanual
scheduledForstring#
startedAtstring#
finishedAtstring#
estimatedCreditsinteger#
Upper-bound credits reserved for this check before Firecrawl knows how many pages changed and require judging.
reservedCreditsinteger#
actualCreditsinteger#
Final credits charged for this check after scrapes, crawls, and any changed-page judge calls complete.
billingStatusstring#
summaryobject#
Show child attributes
totalPagesinteger#
sameinteger#
changedinteger#
newinteger#
removedinteger#
errorinteger#
targetResultsany[]#
notificationStatusobject#
errorstring#
createdAtstring#
updatedAtstring#