Skip to main content
GET
List non-archived tasks assigned to the authorized member. Use an OAuth access token issued to kato-raycast. Developer keys cannot call this endpoint. See Raycast authentication. Required scopes: tasks:read. This list is assigned-to-me even for an administrator. It is ordered by due date ascending (undated last), then update time descending and ID ascending. It uses offset cursors and camelCase pagination.

Parameters

string
open (default), completed, or all. Completion follows workspace status definitions.
string
Opaque nextCursor returned by this Raycast collection; do not use a developer API cursor.
integer
Default 50; 1–100.

Response

200 — Task summary array under data, plus hasMore and nextCursor. See Raycast task fields.