---
title: "Metrics about your team's scrape queue"
method: GET
path: "/team/queue-status"
tags: ["Miscellaneous"]
---

# Metrics about your team's scrape queue

`GET /team/queue-status`

## Response `200`

Successful response

- object
  - `success` boolean
  - `jobsInQueue` number — Number of jobs currently in your queue
  - `activeJobsInQueue` number — Number of jobs currently active
  - `waitingJobsInQueue` number — Number of jobs currently waiting
  - `maxConcurrency` number — Maximum number of concurrent active jobs based on your plan
  - `mostRecentSuccess` string, date-time, nullable — Timestamp of the most recent successful job

---

[API](https://skmtc.dev/firecrawl/apis/firecrawl-api.md) · [All operations](https://skmtc.dev/firecrawl/apis/firecrawl-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firecrawl/firecrawl-api/revisions/e350fafb5a2a/schema)
