tasks
List Task Activity
List the activity timeline for a task.
Combines status transitions, assignments, comments, agent start
events, and resource mutations into a single stream ordered newest
first. Mutation entries surface the operation and changed field
names; full before/after snapshots live on the /mutations
endpoint.
Returns: Activity entries ordered newest first.
Raises: NotFoundError: If task not found.
GET
List Task Activity
Documentation Index
Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Query Parameters
Maximum entries to return
Required range:
1 <= x <= 200Composite cursor '|'; returns entries strictly older than this point under (timestamp DESC, edge_id DESC).
Response
Successful Response
Discriminator for entries in the activity timeline.
Available options:
transition, assignment, mutation, comment, agent_started Previous
List Task MutationsReturn the paginated mutation log for a task.
Each entry surfaces a full before/after snapshot plus the list of
fields that changed. Entries are ordered newest first and can be
paged forward via ``next_cursor``. Sensitive fields on the
snapshots are masked by default. Pass ``reveal=true`` to return
actual values, matching the ``/resources`` endpoint's convention.
Returns:
``TaskMutationPage`` with the current page and a cursor for the
next page (``None`` when there are no more entries).
Raises:
NotFoundError: If task not found.
InvalidCursorError: If the cursor is malformed.
Next
List Task Activity