Skip to main content

List teams with pagination

GET 

/management/teams

FindAll handles HTTP GET requests to retrieve team records with optional filtering and pagination. It supports filtering by either "ulid" or "accountId" query parameters, but not both simultaneously. If both filters are provided, it returns a 400 Bad Request error. Pagination is controlled via "page" and "page_size" query parameters, with defaults and limits applied. Returns a JSON response containing the paginated teams or an error message.

Request

Responses

OK