---
title: "Lists all available action templates including built-in, custom and community contributed step templates."
method: GET
path: "/actiontemplates/search"
tags: ["ActionTemplates"]
---

# Lists all available action templates including built-in, custom and community contributed step templates.

`GET /actiontemplates/search`

Lists all of the Action Templates in the supplied Octopus Deploy Space that fit the search criteria.

## Query parameters

- `type` string

## Response `200`

The found Action Templates

- ActionTemplateSearchResource[]
  - `Author` string
  - `Categories` string[]
  - `Category` string
  - `CommunityActionTemplateId` string
  - `Description` string
  - `Features` string[]
  - `HasUpdate` boolean
  - `Id` string
  - `IsBuiltIn` boolean
  - `IsInstalled` boolean
  - `Keywords` string
  - `Links` object
  - `Name` string
  - `Prerelease` boolean
  - `SpaceId` string
  - `Type` string
  - `Version` string
  - `Website` string

## Other responses

- `400` — Bad request. Either the payload was not structurally valid or business rules did not permit the operation.
- `404` — Not found. One or more of the entities involved in the operation was not found.

---

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