Retrieve a paginated list of all batch jobs for the authenticated user. Results are ordered by creation date (newest first) and include job status, configuration, and metadata.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number for pagination (starts at 1).
x >= 1Number of results per page.
1 <= x <= 100