Start a Log Export
Authorizations
Path parameters
exportIdstringRequired
Responses
200
Successful response
application/json
post
from portkey_ai import Portkey
portkey = Portkey(
api_key="PORTKEY_API_KEY"
)
res = portkey.logs.exports.start(
export_id='EXPORT_ID'
)
print(res)
200
Successful response
{
"message": "text",
"object": "export"
}
Last updated
Was this helpful?