# doctl serverless activations – DigitalOcean Documentation > The subcommands of `doctl serverless activations` retrieve results, logs, or complete activation records of functions deployed to your functions namespace. - [doctl serverless activations get](https://docs.digitalocean.com/reference/doctl/reference/serverless/activations/get/index.html.md): Retrieve the activation record for a previously invoked function. You can limit output to the result or the logs. The `doctl serverless activation logs` command has additional advanced capabilities for retrieving logs. - [doctl serverless activations list](https://docs.digitalocean.com/reference/doctl/reference/serverless/activations/list/index.html.md): Use `doctl serverless activations list` to list the activation records that are present in the cloud for previously invoked functions. - [doctl serverless activations logs](https://docs.digitalocean.com/reference/doctl/reference/serverless/activations/logs/index.html.md): Use `doctl serverless activations logs` to retrieve the logs portion of one or more activation records with various options, such as selecting by package or function, and optionally watching continuously for new arrivals. - [doctl serverless activations result](https://docs.digitalocean.com/reference/doctl/reference/serverless/activations/result/index.html.md): Retrieve just the results portion of one or more activation records.