Documentation menu
self-serve
GET/v1/jobs
API key required, sent as Authorization: Bearer snk_… or ?api_key=snk_….
Call it
bash
curl -fsS -X GET "https://api.mapmap.ai/v1/jobs" \
-H "Authorization: Bearer $MAPMAP_KEY"Parameters
| Name | In | Required | Description |
|---|---|---|---|
| limit | query | no | How many jobs to return, 1-100 (default 20) |
Responses
200The caller's jobs, newest first. Identity-scoped where the key has an identity, so a fleet rotating keys keeps sight of its own jobs
| Field | Type | Required | Description |
|---|---|---|---|
| jobs | JobRecord[] | yes | The caller's jobs, newest first. |
401Missing or invalid API key
Error bodies follow the shared problem model documented on API conventions.
Also under self-serve
Generated from https://api.mapmap.ai/openapi.json on 2026-09-17 · operationId list_jobs