cURL
curl --request POST \ --url https://api.mentionlab.io/api/raw-initial-results/list \ --header 'Content-Type: application/json' \ --header 'x-project-id: <x-project-id>' \ --data ' { "search": "example search", "createdAtFrom": "2023-11-07T05:31:56Z", "createdAtTo": "2023-11-07T05:31:56Z", "sort": [ { "field": "<string>", "direction": "<string>" } ] } '
{ "page": { "totalRecords": 123, "limit": 123, "currentPage": 123, "totalPages": 123, "nextPage": 123, "prevPage": 123 }, "results": [ { "id": 1, "jobExecution": { "id": 1, "tagsJobExecutions": [ 1, 2, 3 ] }, "result": { "key": "value" } } ] }
Project ID to specify the project context
50
1
Search term to filter by response text (searches in result's text key)
"example search"
Filter by job execution created at (from)
Filter by job execution created at (to)
Sort options
Show child attributes