Skip to content

[WIP] Add endpoint to list jobs with filters#5

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/list-jobs-with-filters
Closed

[WIP] Add endpoint to list jobs with filters#5
Copilot wants to merge 1 commit intomainfrom
copilot/list-jobs-with-filters

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 15, 2026

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Create an issue in 0xprathamesh/agent-execution-engine to List jobs (with filters).
Goal: GET /api/v1/job/jobs returns a list of jobs, with optional filters.
Behaviour : * Query params (all optional): status, type, limit, offset.

  • Example: GET /api/v1/job/jobs?status=QUEUED&type=AGENT_TASK&limit=20&offset=0
  • Response: { jobs: JobResponse[], total: number } (or a simple { jobs: JobResponse[] } .

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants