header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/v1/fine_tuning/jobs' \
--header'Authorization: Bearer <token>'
Responses
🟢200Success
application/json
Body
Example
{"object":"list","data":[{"object":"fine_tuning.job.event","id":"ft-event-TjX0lMfOniCZX64t9PUQT5hn","created_at":1689813489,"level":"warn","message":"Fine tuning process stopping due to job cancellation","data":null,"type":"message"},{ ... },{ ... }],"has_more":true}