# Task Activity n8n operations

List task activities. Select **Task Activity** in the Probo node's **Resource** field.

Return to the [complete n8n resource reference](/docs/developers/api/n8n/resources) to browse another resource.

| Operation | Value    | Description               | Source                                                                                                                                    |
| --------- | -------- | ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Get       | `get`    | Get a task activity.      | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/taskActivity/get.operation.ts)    |
| Get Many  | `getAll` | Get many task activities. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/taskActivity/getAll.operation.ts) |
