Get lists
Spaces method and path for this operation:
get /s/{space_id}/api/lists/_find
Refer to Spaces for more information.
Get a paginated subset of lists. By default, the first page is returned, with 20 results per page.
Query parameters
-
The page number to return
-
The number of lists to return per page
-
Determines which field is used to sort the results
Minimum length is
1
. -
Determines the sort order, which can be
desc
orasc
Values are
desc
orasc
. -
Returns the list that come after the last list returned in the previous call (use the cursor value returned in the previous call). This parameter uses the
tie_breaker_id
field to ensure all lists are sorted and returned correctly.Minimum length is
1
. -
Filters the returned results according to the value of the specified field, using the : syntax.
GET
/api/lists/_find
curl \
--request GET 'http://localhost:5601/api/lists/_find' \
--header "Authorization: $API_KEY"