cURL
curl --request GET \ --url https://api.example.com/user/practice/few-shot-examples \ --header 'Authorization: Bearer <token>'
{ "items": [ { "example_id": 123, "user_id": 123, "input_text": "<string>", "output_text": "<string>", "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "title": "<string>", "meta": {} } ], "total": 123, "page": 123, "size": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 200
Successful Response
Show child attributes