Skip to main content
GET
/
agents
/
actions
/
{action_id}
/
versions
List action versions
curl --request GET \
  --url https://api.trymaitai.ai/api/v1/agents/actions/{action_id}/versions \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": [
    {
      "version": "1.0.1",
      "action_id": 200,
      "version_notes": "Fixed timeout handling",
      "date_created": 1706000000
    }
  ]
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

action_id
integer
required

Query Parameters

limit
integer

Maximum number of items to return.

Response

200 - application/json

List action versions.

data
object[]