Lists your recent API activity from the last 24 hours. Use this to discover job IDs, then retrieve results with the corresponding GET endpoint.
| Endpoint | Retrieval Endpoint |
|---|---|
scrape | GET /v2/scrape/{id} |
crawl | GET /v2/crawl/{id} |
batch_scrape | GET /v2/batch/scrape/{id} |
agent | GET /v2/agent/{jobId} |
Team Management Endpoints#
| Operation | API path | Docs page |
|---|---|---|
| Team activity | GET /v2/team/activity | activity |
| Credit usage | GET /v2/team/credit-usage | credit-usage |
| Credit usage (historical) | GET /v2/team/credit-usage/historical | credit-usage-historical |
| Queue status | GET /v2/team/queue-status | queue-status |

