list_queries
Retrieve a summary of your recent GetABrain queries, sorted by newest first. Filter by status to find active or pending queries or recover a lost query ID.
Instructions
List your recent GetABrain queries, most recent first. Use this to get an overview of past/active queries, recover a query_id you lost track of, or filter by status (e.g. find everything still "active" or "pending"). Read-only, no cost. Disambiguation: this lists MANY queries at a summary level; it does not return the individual worker responses for any one query -- use get_responses or wait_for_responses with a specific query_id for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of queries to return, most recent first (1-100, default server-side). | |
| status | No | Optional filter to only return queries in this status (e.g. "active", "pending", "completed", "cancelled", "failed", "expired"). Omit to return all statuses. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| total | No | ||
| offset | No | ||
| queries | No | ||
| has_more | No |