GET /v1/score-jobs?limit=50
GET /v1/rewrite-jobs?limit=50
The default limit is 50. The minimum is 1 and the maximum is 100.
If nextCursor is a string, pass it back to the same endpoint with the same
limit to fetch the next page. If nextCursor is null, there are no more
items.
Cursors are scoped to the endpoint, API key, job kind, and bound limit. Reusing
a cursor on a different endpoint, with a different key, or with a different
limit returns 400 invalid_cursor.