# Activities

> The following table lists the activities that are included in the Alteryx Activities Package.

The following table lists the activities that are included in the Alteryx Activities Package.

| Activity | Description |
| --- | --- |
| [Alteryx Scope](https://docs.uipath.com/activities/other/latest/legacy-integrations/alteryx-scope) | Establishes an authenticated connection to your Alteryx application |
| [Get Workflows](https://docs.uipath.com/activities/other/latest/legacy-integrations/alteryx-findworkflowsinsubscription) | The **Get Workflows** activity uses the Alteryx [Get Studio Apps](https://gallery.alteryx.com/api-docs/#!/workflows.json/GetStudioAppsGET) API to find workflows in subscriptions.  After retrieving the report, the activity outputs the report in a `Workflow[]` object. |
| [Get Questions](https://docs.uipath.com/activities/other/latest/legacy-integrations/alteryx-getappquestions) | The **Get App Questions** activity uses the Alteryx [Get Questions](https://gallery.alteryx.com/api-docs/#!/workflows.json/GetQuestionsGET) API to retrieve the questions for a given App.  After retrieving the report, the activity outputs the information in a `Question[]` object. |
| [Run Job](https://docs.uipath.com/activities/other/latest/legacy-integrations/alteryx-runjob) | The **Run Job** activity uses the Alteryx [Enqueue Post](https://gallery.alteryx.com/api-docs/#!/workflows.json/EnqueuePOST) and [Get Job](https://gallery.alteryx.com/api-docs/#!/workflows.json/GetJobGET) API methods to queue a job and, if it is of short duration, wait for and return the results.  It will return a `Job` object and if the job has completed, an the Outputs Ids in a `string[]` object. |
| [Get Jobs](https://docs.uipath.com/activities/other/latest/legacy-integrations/alteryx-getappjobs) | The **Get App Jobs** activity uses the Alteryx [Get Jobs](https://gallery.alteryx.com/api-docs/#!/workflows.json/GetJobsForAppGET) API to get a list of jobs for a given app.  The output of this activity in a `Job[]` object. |
| [Get Job](https://docs.uipath.com/activities/other/latest/legacy-integrations/alteryx-getjob) | The **Get Job** activity uses the Alteryx [Get Job](https://gallery.alteryx.com/api-docs/#!/workflows.json/GetJobGET) API to retrieve a job in a `Job` object. |
| [Get Job Output](https://docs.uipath.com/activities/other/latest/legacy-integrations/alteryx-getjoboutput) | The **Get Job Output** activity uses the Alteryx [Get Job Output](https://gallery.alteryx.com/api-docs/#!/workflows.json/GetOutputFileGET) API to the results of a specific Job and Output. It will return a `Model` object as a result of the activity. |
| [Get App](https://docs.uipath.com/activities/other/latest/legacy-integrations/alteryx-getapp) | The **Get App** activity uses the Alteryx [Get App Info](https://gallery.alteryx.com/api-docs/#!/workflows.json/GetAppInfoGET) API to return in a package form an application.  The app will be downloaded to a local folder as a result of this activity. |
