Skip to main content
GET
/
v1
/
ab-tests
/
gates
/
search
Search gates available for experiment creation
curl --request GET \
  --url https://api.verlon.ai/v1/ab-tests/gates/search \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>",
  "details": "<unknown>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Layer API key (prefixed sk-). Generated from the dashboard under Settings → API Keys, or via layer key create in the CLI.

Query Parameters

q
string
projectId
string

Response

Array of matching gates with id, name, description, model, project_id.