Skip to main content
GET
List Chats for Resource
Lists all chat sessions for a specific resource (workflow, agent, etc.).

Usage

Path Parameters

Response

Notes

Authentication required. For agent resource type, only the authenticated user’s chats are returned. For other types, all chats for the resource are returned.

Authorizations

Authorization
string
header
required

API token generated from your Splox account settings. Create tokens at https://app.splox.io/account?tab=settings

Path Parameters

resourceType
enum<string>
required

Resource type

Available options:
api,
workflow,
agent,
gui
resourceId
string<uuid>
required

Resource ID (e.g., workflow ID)

Response

200 - application/json

Chats retrieved successfully

chats
object[]