get a sub document by pathAsk AIget https://{databaseId}-{region}.apps.astra.datastax.com/api/rest/v2/namespaces/{namespace-id}/collections/{collection-id}/{document-id}/{document-path}Path ParamsdatabaseIdstringrequiredUUID of your database from the Astra URL. For example, d341f349-e5db-46d2-9c90-bb9ebaa6f0fc.regionstringrequiredCloud region where your database lives. For example, us-east-1namespace-idstringrequirednamespace namecollection-idstringrequiredname of the document collectiondocument-idstringrequiredthe id of the documentdocument-pathstringrequireda JSON pathQuery Paramsprettybooleanformat resultstruefalsefieldsstringURL escaped, comma delimited list of keys to includerawbooleanunwrap resultstruefalseHeadersX-Cassandra-Request-IduuidrequiredUnique identifier (UUID) for the request. Use any valid UUID.X-Cassandra-TokenstringrequiredThe token returned from the authorization endpoint. Use this token in each request to the database.Responses 200 400Invalid input 401Unauthorized 404Not Found 500Internal server errorUpdated over 5 years ago