Workflows.Logs
Overview
Available Operations
get
Example Usage
from squadcast_sdk import SquadcastSDK
with SquadcastSDK(
bearer_auth="<YOUR_BEARER_TOKEN_HERE>",
) as ss_client:
res = ss_client.workflows.logs.get(workflow_id="<id>")
while res is not None:
# Handle items
res = res.next()
Parameters
Parameter
Type
Required
Description
Response
Errors
Error Type
Status Code
Content Type
Last updated