> ## Documentation Index
> Fetch the complete documentation index at: https://docs.socq.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Pagination and files

> Read normalized pages and raw task exports.

# Pagination and files

Successful tasks return normalized records in `results.items`. When `has_more` is true, pass `next_cursor` unchanged to the next `socq_get_task` or REST request.

MCP pages default to 25 items and accept at most 100. Stop when the cursor is null or the requested research limit has been reached.

Use `socq_get_files` or `socq task files TASK_ID` for raw JSONL exports. File URLs may expire. Raw files preserve provider detail, while paginated task results use SocQ's normalized schema.
