Skip to main content
GET
Récupérer le statut d’une tâche d’extraction
Êtes-vous un agent IA ayant besoin d’une API key Firecrawl ? Consultez firecrawl.dev/agent-onboarding/SKILL.md pour obtenir les instructions d’intégration automatisée.

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

id
string<uuid>
requis

L’identifiant de la tâche d’extraction

Réponse

200 - application/json

Réponse réussie

data
object
expiresAt
string<date-time>
status
enum<string>

L’état actuel de la tâche d’extraction

Options disponibles:
completed,
processing,
failed,
cancelled
success
boolean
tokensUsed
integer

Nombre de tokens utilisés pour la tâche d’extraction. Uniquement disponible lorsque la tâche est terminée.