---
title: "Gets a specific action for a project automation."
method: GET
path: "/projects/{projectId}/automations/{automationId}/actions/{actionId}"
tags: ["projectAutomations"]
---

# Gets a specific action for a project automation.

`GET /projects/{projectId}/automations/{automationId}/actions/{actionId}`

<Check title="Required Permissions" icon="key">The user must be owner of the project or must have `project-master-data:read` permissions on the specified project.</Check>

## Path parameters

- `projectId` string, uuid, required
- `automationId` string, uuid, required
- `actionId` string, uuid, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- Action
  - `id` string, uuid — The id of the action.
  - `createdBy` string, uuid — The id of the user who created the action.
  - `createdOn` string, date-time — The date the action was created.
  - `updatedBy` string, uuid — The id of the user who updated the action.
  - `updatedOn` string, date-time — The date the action was updated.
  - `type` string, nullable — The type of the action.
  - `order` number, double, nullable — The order of the action.
  - `values` ActionValue[], nullable — The values of the action.
    - `name` string, nullable — The name of the action value.
    - `value` string, nullable — The value of the action value.

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
