Skip to main content
GET
List basins.
Model paging by specifying start_after as the last basin name that was returned.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your access token.

Query Parameters

prefix
string
default:""

Filter to basins whose names begin with this prefix.

start_after
string
default:""

Filter to basins whose names lexicographically start after this string.

limit
integer
default:1000

Number of results, up to a maximum of 1000.

Required range: 0 <= x <= 1000

Response

basins
object[]
required

Matching basins.

Maximum array length: 1000
has_more
boolean
required

Indicates that there are more basins that match the criteria.