---
title: "GET /api/jobs/query/summary"
method: GET
path: "/api/jobs/query/summary"
tags: ["Job Manager APIs"]
---

# GET /api/jobs/query/summary

`GET /api/jobs/query/summary`

<b>Allowed user roles:</b><br/><ul><li>sdzAdmin</li><li>sdzReadOnly</li><li>sdzUser</li></ul><br/><br/>Query for a summary of job infos (See JobInfoSummary schema for fields).  Use /api/jobs/{jobId} to load complete job info

## Query parameters

- `name` string
- `status` 'NEW' | 'QUEUED' | 'RUNNING' | 'CANCELLED' | 'COMPLETED_ERROR' | 'COMPLETED_SUCCESS' | 'INCOMPLETE_ERROR'
- `loggedInId` string, uuid
- `daysToReturn` integer
- `orderBy` string[]
- `limit` integer
- `skip` integer

## Response `200`

OK

---

[API](https://skmtc.net/burstiq/apis/lifegraph-apis.md) · [All operations](https://skmtc.net/burstiq/apis/lifegraph-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/burstiq/lifegraph-apis/versions/381306ef1fcd/schema)
