Deployments
Get model deployment logs
Gets all the logs for a model deployment in the given time range.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Query Parameters
Epoch millis timestamp to start fetching logs
Epoch millis timestamp to end fetching logs
Sort order for logs
Available options:
asc, desc Limit of logs to fetch in a single request
Required range:
1 <= x <= 1000Response
200 - application/json
A response to querying logs.
Logs for a specific entity.
Previous
Delete deploymentDeletes a model's deployment by ID and returns the tombstone of the deployment.
Next
cURL