Get All Tickets

This endpoint retrieves status information for all tickets corresponding to batch alignment searches. Each ticket can be queued, processing, or completed.

HTTP Request

GET http://example.com/tickets

This query has no parameters.

Response

{
  "11":"completed",
  "12":"completed",
  "13":"completed",
  "14":"completed",
  "15":"processing",
  "16":"processing",
  "17":"processing",
  "18":"queued"
}

Examples

curl http://example.com/tickets

The above command returns a JSON object whose keys are ticket numbers, and whose corresponding values describe the status for the tickets: