---
title: "Retrieve all certificate actions"
method: GET
path: "/v1/certificates/{certificateId}/actions"
tags: ["v1"]
---

# Retrieve all certificate actions

`GET /v1/certificates/{certificateId}/actions`

This method is used to retrieve all stateful actions relating to a certificate lifecycle.

## Path parameters

- `certificateId` string, required

## Response `200`

Action retrieval successful

- CertificateAction[]
  - `createdAt` string, iso-datetime, required — Date action created
  - `type` 'CERTIFICATE_ISSUED' | 'CERTIFICATE_ORDER_CANCELED' | 'CERTIFICATE_ORDER_CREATED' | 'CERTIFICATE_REVOKED' | 'DOMAIN_VALIDATION_COMPLETE' | 'FRAUD_DETECTED' | 'ORG_NAME_CHANGE' | 'ORG_VALIDATION_COMPLETE' | 'SAN_DROP', required

## Other responses

- `400` — Request was malformed
- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `404` — Certificate not found
- `500` — Internal server error

---

[API](https://skmtc.net/godaddy/apis/untitled-api-2.md) · [All operations](https://skmtc.net/godaddy/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/godaddy/untitled-api-2/revisions/100b3aa2d7ee/schema)
