# Jobs

Jobs are persisted transactions for background operations with a record of the transaction along with its resulting data summary and any encountered errors.

## View All Jobs

 - [GET /sbom/v1/orgs/{orgId}/jobs](https://sbominsightsapi.redocly.app/openapi3/jobs/jobs_indexjobs.md): Retrieve all the Jobs for the given orgId.

Jobs can be filtered using any 'one' of the following parameters. 
|parameter | description|
|--- | ---|
| status | list all the jobs for the given status |
| bucketId | list all the jobs for a bucketId |

## View Information for a Job

 - [GET /sbom/v1/orgs/{orgId}/jobs/{jobId}](https://sbominsightsapi.redocly.app/openapi3/jobs/jobs_showjob.md): Retrieve a Job

