Search accounts
Read & search
Search accounts
Advanced account search with filters, sorting, pagination, and field selection.
POST
Search accounts
Advanced search endpoint for Accounts. Supports filters on system and custom fields, sorting, cursor pagination, and field selection.
Request
Your Octolane API key.
Must be
application/json.Body parameters
Basic text search across account name and domain. Alias:
q.Opaque cursor from a previous response. See Cursor pagination.
Page size. Max
500.Fields to return. If omitted, all common fields are returned.
Example request
Sorting
String format
Object format
Supported sort fields
updated_at, created_at, name, domain, id
Default sort
updated_at desc
Filters
See Filters for the full operator reference and aliases.Custom field example
Response
Identical shape toGET /accounts. Pass next_cursor back in the body to fetch the next page. Keep filters, sort, and limit the same across pages.