GET
/
v2
/
automation
/
profiles
/
{id}
/
items
List profile items
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/v2/automation/profiles/{id}/items \
  --header 'Authorization: <api-key>'
{
  "items": [
    {
      "created_at": "<string>",
      "id": "<string>",
      "item_type": "<string>",
      "params": [
        123
      ],
      "profile_id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Path Parameters

id
string
required

Profile ID

Response

200 - application/json

OK

items
object[]