# Technical references

> The following sequence diagram and table list each Alteryx activity and the API operation they use.

The following sequence diagram and table list each Alteryx activity and the API operation they use.

You don't need to be familiar with the Alteryx API operations to use the activities. These references are for **informational purposes only**.

## Sequence diagrams

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/legacy-integrations-docs-image-178500-8fbdc9c3-0326e625.webp)

## Reference list

| Activity | Operation |
| --- | --- |
| [Get App](https://docs.uipath.com/activities/other/latest/legacy-integrations/alteryx-getapp) | [Get App Info](https://gallery.alteryx.com/api-docs/#!/workflows.json/GetAppInfoGET) |
| [Get App Jobs](https://docs.uipath.com/activities/other/latest/legacy-integrations/alteryx-getappjobs) | [Get Jobs for App](https://gallery.alteryx.com/api-docs/#!/workflows.json/GetJobsForAppGET) |
| [Get App Questions](https://docs.uipath.com/activities/other/latest/legacy-integrations/alteryx-getappquestions) | [Get Questions](https://gallery.alteryx.com/api-docs/#!/workflows.json/GetQuestionsGET) |
| [Get Job](https://docs.uipath.com/activities/other/latest/legacy-integrations/alteryx-getjob) | [Get Job](https://gallery.alteryx.com/api-docs/#!/workflows.json/GetJobGET) |
| [Get Job Output](https://docs.uipath.com/activities/other/latest/legacy-integrations/alteryx-getjoboutput) | [Get Output File](https://gallery.alteryx.com/api-docs/#!/workflows.json/GetOutputFileGET) |
| [Get Workflows](https://docs.uipath.com/activities/other/latest/legacy-integrations/alteryx-findworkflowsinsubscription) | [Get Studio Apps](https://gallery.alteryx.com/api-docs/#!/workflows.json/GetStudioAppsGET) |
| [Run Job](https://docs.uipath.com/activities/other/latest/legacy-integrations/alteryx-runjob) | [Enqueue](https://gallery.alteryx.com/api-docs/#!/workflows.json/EnqueuePOST), [Get Job](https://gallery.alteryx.com/api-docs/#!/workflows.json/GetJobGET), [Get Output File](https://gallery.alteryx.com/api-docs/#!/workflows.json/GetOutputFileGET) |
