Skip to main content
GET
List Jobs

Overview

List batch jobs for your organization. Use filters and cursor pagination to browse history.

Authentication

Query Parameters

string
Filter by job status (CREATED, IN_PROGRESS, COMPLETED, FAILED, CANCELLED, etc.).
integer
default:"20"
Page size (1–100).
string
Pagination cursor from pagination.next_cursor.

Example cURL

Response

Success (200)

array
List of jobs with status and file counters.
integer
Total files known for the job. May be 0 while still in CREATED.
boolean
Whether another page exists.
string
Pass as cursor on the next request.

Use Cases

  • Reviewing recent batch jobs in your org
  • Filtering failed or in-progress jobs for ops dashboards

Authorizations

X-API-Key-ID
string
header
required

Your Gnani Prisma v2.5 API key

Query Parameters

status
string

Filter by job status (CREATED, IN_PROGRESS, COMPLETED, FAILED, CANCELLED, etc.)

limit
integer
default:20

Page size (1–100)

Required range: 1 <= x <= 100
cursor
string

Pagination cursor from pagination.next_cursor

Response

200 - application/json

OK

The response is of type object.