Skip to main content
POST
Find Traffic Controls (Advanced)
Retrieve a paginated list of traffic controls with search and filter support. Unlike the basic GET endpoint, this returns traffic controls with additional filter capabilities. Pagination is controlled through the page and page_size query parameters, not the JSON request body. For example, ?page=2&page_size=100 returns the second page of 100 results.

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Query Parameters

page
integer
default:1

The page of results to retrieve.

Required range: x >= 1
page_size
integer
default:50

The number of results to return per page.

Required range: x >= 1

Body

application/json
search_terms
object[]

Text search filters.

filters
object

Filters to narrow down the set of traffic controls returned.

Response

200 - application/json
controls
object[]
paging
object