List all the retrievals for a specific knowledge graph
Send the API generated from the Playground:
Authorization: <api_key>
The graph_id
of the knowledge graph for which to list all retrievals. A graph_id
is an alphanumeric string that uniquely identifies a knowledge graph.
Number of retrievals to return per page. Maximum is 100 and minimum is 10.
10 <= x <= 100
Indicates which page of results to return when paginating through a list of retrievals. Works together with the limit
parameter to divide results into pages.
The response is of type object
.