Returns thread metadata for usage analytics.
Returns thread metadata for usage analytics, including the thread Id, name, credits, and creation timestamp.
<Check title="Required Permissions" icon="key">The user must be an admin.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
id
The thread identifier.
type
The thread type.
title
The contextual thread title. A private thread title is available only to its creator. Contributors do not widen this: they exist only on project- or task-backed threads, whose titles are never masked.
createdBy
The human creator identifier.
agentId
The associated Agent identifier.
agentNameSnapshot
The Agent display name captured for the initial run.
executionType
The initial execution trigger type: direct, task-assignment, project-assignment, mention, schedule, automation, queue, delegation, or workflow.
projectId
The project context identifier.
taskId
The task context identifier.
clientId
The client context identifier.
status
The current thread status.
creditsUsed
The whole credits attributed to this thread for workspace administration.
This display value is independent from aggregate quota accounting.
createdOn
When the thread was created.
lastActivityOn
When the thread last had user-visible activity.
updatedOn
When the thread was last updated.

