Task History
Task History
Task Histories are the history entries related to an individual task within the system.
Previous
Query Task HistoryQuery task histories, optionally applying a filter.
### 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`
Next

