Skip to main content

typesense_documentById

>Method: GET >Base URL: {env.TYPESENSE_API_URL} >Path: /collections/{env.TYPESENSE_COLLECTION}/documents/search?q=*&filter_by=id:{args.documentType}_{args.id}&&type:{args.documentType}&per_page=1&exclude_fields=embedding,similarity_embedding,topics_skills_embedding_v2

typesense_documentById(
documentType: String!
id: String!
): Typesense_SearchResponse

Arguments

typesense_documentById.documentType ● String! non-null scalar

typesense_documentById.id ● String! non-null scalar

Type

Typesense_SearchResponse union

JSON Schema for Typesense SearchResponse