List the authenticated user’s jobs with optional pagination and status filter. Requires Clerk authentication. Returns 401 when not authenticated.
Clerk session cookie. Dashboard requests are authenticated via Clerk; unauthenticated requests return 401 for protected routes. Demo job access is allowed for GET job and sub-resources when applicable.
Max jobs to return
x <= 100Pagination offset
Filter by job status
queued, running, completed, failed