from portkey_ai import Portkey
portkey = Portkey(
api_key="PORTKEY_API_KEY"
)
res = portkey.logs.exports.start(
export_id='EXPORT_ID'
)
print(res){
"message": "<string>"
}Start a Log Export
POST
/
logs
/
exports
/
{exportId}
/
start
from portkey_ai import Portkey
portkey = Portkey(
api_key="PORTKEY_API_KEY"
)
res = portkey.logs.exports.start(
export_id='EXPORT_ID'
)
print(res){
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://portkey-docs-feat-byteplus-provider.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Last modified on May 24, 2026
Was this page helpful?
⌘I

