Skip to main content

List collections

GET 

/api/v1/collections

List collections you have access to. This includes collections you own, are an editor of, or a viewer of.

Responses

Successful response

Schema

    result

    object[]

    required

    List of collections

  • Array [

  • name stringrequired

    Collection name

    search_queries numberrequired

    Count of searches performed on the collection thus far

    id stringrequired

    Collection ID

    created_at stringrequired

    Timestamp when the collection was created

  • ]

Loading...