Skip to main content
GET
/
projects
/
{id}
/
prompt-attributes
List allowed prompt-attribute values for the project
curl --request GET \
  --url https://openlens.com/api/projects/{id}/prompt-attributes \
  --header 'Authorization: Bearer <token>'
{
  "builtIns": [
    {
      "value": "<string>",
      "normalizedValue": "<string>"
    }
  ],
  "languages": [
    {}
  ],
  "customAttributes": [
    {}
  ],
  "archivedCustomAttributes": [
    {}
  ],
  "allowedAttributes": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.openlens.com/llms.txt

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

Authorizations

Authorization
string
header
required

Clerk API key. Create one from your account settings under API Keys.

Path Parameters

id
string<uuid>
required

Query Parameters

includeArchived
enum<string>
Available options:
1

Response

Successful response

builtIns
object[]
languages
object[]
customAttributes
object[]
archivedCustomAttributes
object[]
allowedAttributes
object[]