---
title: "getConversationActionStatus - Get action status"
method: GET
path: "/conversations/actions/{actionId}"
tags: ["Conversations"]
---

# getConversationActionStatus - Get action status

`GET /conversations/actions/{actionId}`

<div class="extension-title">Description</div>

Use this API to check the status of your asynchronous conversation action.

<div class="api-description-extension">
</div>

## Path parameters

- `actionId` string, required

## Response `200`

Action status retrieved successfully

- ConversationActionStatusResponse
  - `conversation_id` string — Identifier of the related conversation.
  - `created_at` string, date-time, required — Date and time when the action was created
  - `errors` ConversationActionErrorItem[] — List of errors if the action failed
    - `code` string, required — One of the following : - INVALID_INPUT - DATA_NOT_FOUND - UNEXPECTED - UNAVAILABLE - TOO_MANY_REQUEST
    - `message` string, required — Human-readable error message
  - `id` string, required — Unique identifier of the action
  - `status` string, required — Status of an asynchronous conversation action Enum: `"PENDING"`, `"SUCCESS"`, `"ERROR"`
  - `updated_at` string, date-time, required — Date and time when the action was last updated

## Other responses

- `404` — Action not found

---

[API](https://skmtc.net/mirakl/apis/mirakl-connect-apis.md) · [All operations](https://skmtc.net/mirakl/apis/mirakl-connect-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mirakl/mirakl-connect-apis/revisions/cc009fec5cdd/schema)
