List bulk action jobs with pagination and filtering
GET /api/actions/bulk/jobs
Auto-generated from server.go. Handler: s.listBulkActionJobs.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Paginated list response
Common pagination envelope {data, total, page, totalPages}. Individual
operations may extend the data shape via allOf to type the array
items. Some legacy handlers return a slightly different shape (e.g. only
total + raw array); per D-21 those variants are documented inline on
the relevant operations without being normalised here.
object
The page of results. Item shape varies by operation.
Total number of items across all pages.
1-based page number.
Total page count given the current page size.
Authentication is required or the supplied token is invalid.
Standardised error envelope per RFC 7807. Many existing endpoints still
return an older shape (e.g. {"error": "..."}). This schema documents the
target shape; legacy endpoints will be migrated in Phase 70. Per D-21 the
spec describes current behaviour without enforcing the migration here.
object
A URI reference that identifies the problem type.
A short human-readable summary of the problem.
The HTTP status code generated by the origin server.
A human-readable explanation specific to this occurrence.
A URI reference that identifies the specific occurrence.
Legacy error message field. Will be removed once handlers are migrated.
Legacy per-field error details. Will be removed once handlers are migrated.
object
The request id middleware-assigned identifier for tracing.
Internal server error
Standardised error envelope per RFC 7807. Many existing endpoints still
return an older shape (e.g. {"error": "..."}). This schema documents the
target shape; legacy endpoints will be migrated in Phase 70. Per D-21 the
spec describes current behaviour without enforcing the migration here.
object
A URI reference that identifies the problem type.
A short human-readable summary of the problem.
The HTTP status code generated by the origin server.
A human-readable explanation specific to this occurrence.
A URI reference that identifies the specific occurrence.
Legacy error message field. Will be removed once handlers are migrated.
Legacy per-field error details. Will be removed once handlers are migrated.
object
The request id middleware-assigned identifier for tracing.