{ "operationId": "exportSearchResults", "method": "GET", "path": "/services/search/jobs/export", "summary": "Export Search Results", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Exportsearchresults200Example", "example": { "init_offset": 10, "results": [ {} ], "fields": [ { "name": "Example Title", "type": "example_value" } ], "messages": [ { "type": "example_value", "text": "example_value" } ], "preview": true, "highlighted": "example_value" } } ] }