cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/datasets/{dataset_id}/requests \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "request_id": "req_abc123", "model": "gpt-4o", "date_created": 1706000000 } ] }
List the request/response pairs included in a dataset.
Your Maitai API key from the Portal.
Number of items to skip.
x >= 0
Maximum number of items to return.
1 <= x <= 100
List dataset requests.
Was this page helpful?