# Fetch the program user's Todos. (deprecated) Fetches multiple Todo records at a time. Endpoint: GET /v2/assistant/todos Version: v2 Security: oauth2_as_a_user ## Query parameters: - `filter.categories` (array) Limit returned records to those that match the category(s) provided. Enum: "content_acknowledgement", "content_approval", "poll" ## Response 200 fields (application/json): - `data` (array, required) - `data.id` (integer) Example: 1 - `data.category` (string) Example: "category" - `data.label` (string) Example: "label" - `data.created_at` (string) - `data.updated_at` (string) - `data.resource` (object) - `data.resource.url` (string) Example: "url" - `data.actions` (array) - `data.actions.name` (string) Example: "name" - `data.actions.method` (string) Example: "method"