Retrieve the verification results for a completed deliverable list. Results are paginated — pass page and limit as query parameters to control which slice of data you receive.
To retrieve all results, start at page 1 and keep incrementing the page number until metadata.has_more is false.
Example pagination loop:
GET /validate/deliverable/{listId}/results?page=1&limit=100metadata.has_more in the response.true, request the next page: ?page=2&limit=100has_more is false.API key for authentication
List ID
Page number for paginated results.
Maximum number of results to return per page.