List past requests
list_requestsA project's recent requests, newest first, with each one's token.
Look here before fetching a page: if somebody already pulled it, passing that token to get_result returns the same result for nothing. A /scrape appears as one entry — its per-operation children are internal, and the scrape's own token returns all of them.
Pass labels to see only the requests made with them — every key given must match its value exactly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Only requests for this exact URL. | |
| limit | No | How many to return. Default 25, maximum 100. | |
| labels | No | Only requests made with all of these labels, each value matched exactly. | |
| offset | No | Skip this many, for paging. | |
| operation | No | Only requests running this operation. | |
| project_id | Yes | From list_projects. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| offset | Yes | ||
| requests | Yes | ||
| project_id | Yes |