Skip to main content
GET
List lists

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Query Parameters

limit
integer
default:25

Number of lists to return per page (min: 1, max: 50, default: 25).

Required range: 1 <= x <= 50
Example:

25

cursor
string

Base64-encoded cursor for pagination. Use the cursor value from a previous response to fetch the next page. Omit for the first page.

type
enum<string>

Filter lists by visibility type.

Available options:
PERSONAL,
WORKSPACE
Example:

"WORKSPACE"

Response

Successfully retrieved lists.

items
object[]
required
pagination
object
required