list_user_jobs
List all your submitted jobs with IDs, queries, statuses, and timestamps. Filter by search, ownership, or project to find specific jobs.
Instructions
List all jobs submitted by you.
Returns your job history with IDs, queries, statuses, and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| search | No | Optional text filter on the job query. | |
| api_key | No | CatchAll API key. Optional if provided via x-api-key header or CATCHALL_API_KEY env var. | |
| ownership | No | Optional ownership filter: 'all', 'own', or 'shared'. | |
| page_size | No | Number of results per page (default: 100, max: 1000) | |
| project_id | No | Optional filter to jobs belonging to a specific project. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |