status field that is one of pending, completed, or failed.
When a thread’s status is failed, the response includes an error field containing a human-readable message describing the failure reason. The error field is omitted for threads that are not in a failed state.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The API version to use for this request. The latest version is 2026-03-11.
2026-03-11 The ID of the agent. Use a UUID for custom agents, or 33333333-3333-3333-3333-333333333333 for the personal agent (Notion AI).
Filter threads by ID (exact match).
Filter threads by title (case-insensitive substring match).
Filter threads by status.
pending, completed, failed If supplied, this endpoint will return a page of results starting after the cursor provided. If not supplied, this endpoint will return the first page of results.
The number of items from the full list desired in the response. Maximum: 100
1 <= x <= 100