---
title: Get a storage job
description: Returns a job the caller may inspect.
doc_version: 0.1.0-preview
last_updated: 2026-09-14
---

# Get a storage job

`GET /v1/workspaces/{workspaceId}/jobs/{jobId}`

Returns a job the caller may inspect.

## Authentication

Send `Authorization: Bearer <SPARK_API_KEY>`. Read the key from the
SPARK_API_KEY environment variable. Never print it.

## Path parameters

- `workspaceId` (string) — The workspace id.
- `jobId` (string) — The storage job id.

## Example request

```bash
curl \
  --url "https://api.beta.graphon.ai/v1/workspaces/wspQ7WsH2Np5L/jobs/cmdA1b2C3d4E5" \
  --header "Authorization: Bearer $SPARK_API_KEY"
```

## Sitemap

See the full [sitemap](/sitemap.md) for all pages.
