Help Center

GET /api/sessions/{id}/status

GET /api/sessions/{id}/status

Check the progress status of an enrichment session.

URL Parameters

Parameter Type Description
id integer Session ID

Response (200 OK)

{
  "session_id": 42,
  "status": "completed",
  "template": "translate",
  "created_at": "2025-01-15T10:30:00Z",
  "items_count": 5
}

Possible Statuses

Status Description
pending Session created, awaiting processing
processing Processing in progress
completed Processing completed successfully
failed Processing failed

Errors

  • 404 Not Found — Session not found