リストバッチ
GET
https://api.openai.com/v1/batches
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.openai.com/v1/batches?limit=2' \
--header 'Authorization: Bearer $OPENAI_API_KEY'
Response Response Example
{}
Request
Query Params
limit
string
optional
Example:
2
Header Params
Authorization
string
optional
Example:
Bearer $OPENAI_API_KEY
Content-Type
string
optional
Example:
application/json
Body Params application/x-www-form-urlencoded
object {0}
Responses
Modified at 2025-01-02 09:35:55