Atlas
Actions

List actions

Returns actions filtered by status. Requires ATLAS_ACTIONS_ENABLED=true and an internal database.

GET
/api/v1/actions

Query Parameters

status?string

Filter by action status (default: pending).

limit?string

Maximum number of actions to return (1-100, default 50).

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/actions"
{
  "actions": [
    {
      "property1": null,
      "property2": null
    }
  ]
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}