GET
/
ai-actions
/
{id}
Get AI action
curl --request GET \
  --url https://cookiechimp.com/api/v1/ai-actions/{id} \
  --header 'Authorization: <api-key>'
{
  "cookie_id": "example_uuid",
  "type": "autofill",
  "metadata": {
    "description": "Tracks user activities.",
    "company": "Example Company",
    "domain": "example.com",
    "duration": "Session"
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

ID of the resource

Response

AI action

id
string

Unique identifier for the AI action

ID of the cookie that the AI action is associated with

type
enum<string>
Available options:
autofill,
auto_categorisation,
auto_approved
metadata
object