cURL
curl --request GET \ --url https://api.example.com/api/v2/projects/{project_id}/datasets/name/{dataset_name}/test-cases \ --header 'Content-Type: application/json' \ --data '{}'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "values": "<unknown>", "output": "<string>", "output_message": { "content": [ { "text": "<string>", "type": "text" } ], "role": "user" }, "history": [ { "content": [ { "text": "<string>", "type": "text" } ], "role": "user" } ], "metadata": {} } ]
The body is of type EmptyRequest · object.
EmptyRequest · object
Built-in mutable sequence.
If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.
Show child attributes