Skip to main content

Get collection details

GET 

/api/v1/collections/:collection-id

Get collection details.

Request

Path Parameters

    collection-id stringrequired

    Collection ID

Responses

Successful response

Schema

    result

    object

    required

    name stringrequired

    Collection name

    created_at stringrequired

    Timestamp when the collection was created

    search_queries numberrequired

    Count of searches performed on the collection thus far

Loading...