Skip to main content
GET
/
api
/
public
/
v1
/
elements
List elements
import requests

url = "https://app.oneperfectslice.ai/api/public/v1/elements"

headers = {"Authorization": "Bearer <token>"}

response = requests.get(url, headers=headers)

print(response.text)
{
  "data": {
    "elements": [
      {
        "key": "budget_confirmation",
        "label": "Budget Confirmation",
        "description": "Prospect confirms available budget.",
        "status": "main"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.oneperfectslice.ai/llms.txt

Use this file to discover all available pages before exploring further.

Use the key values from this response as elementKeys when searching evidence across runs.

Authorizations

Authorization
string
header
default:sk_your_api_key
required

API key with sk_ prefix. Create one in Org Settings → API Keys.

Response

Team-scoped elements

data
object
required