## Documentation Index

Fetch the complete documentation index at: [/llms.txt](https://developer.mindbridge.ai/llms.txt)

Use this file to discover all available pages before exploring further.

**Task Histories** are the history entries related to an individual task within the system.

### Queryable Fields
- `id` - `OBJECT_ID`
- `taskId` - `OBJECT_ID`

### Required Query Restrictions
When querying for task history, a `taskId` field and either an `$eq` or `$in` term must be included. Queries without these restrictions will fail.

### Permissions
- `api.tasks.read`
