Runs an agent schedule.
Immediately starts a new agent session for the selected schedule.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
agentId
The agent id.
scheduleId
The schedule id.
Response
OK
id
The thread id.
threadRunId
The current run id.
acceptedMessageId
The accepted first-message id, or null when the thread was created without a message.
type
The thread type.
title
The thread title.
status
The creation result: ready without a first message, accepted with a first message, queued when the first message waits for a run, or failed to start.
createdOn
The creation timestamp.
createdBy
The id of the user who created the thread.
updatedOn
The last update timestamp.
updatedBy
The id of the user who last updated the thread.
agentId
The custom agent assigned to the thread.
projectId
The associated project id.
taskId
The associated task id.
clientId
The associated client id.
documentId
The associated document id.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

