Skip to main content
GET
Task Get

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Path Parameters

task_id
string
required

Response

Successful Response

name
string
required

Command display name.

prompt
string
required

Prompt / command text.

created_by
string
required

User who created the command (email)

id
string | null

Unique identifier for the command

agent_id
string | null

Optional Copilot agent id.

chat_model
ChatModelRef · object | null

Optional model override.

mentions
Mentions · object[]
visibility
enum<string>
default:private
Available options:
private,
public
schedule
Schedule · object
state
enum<string>
default:enabled
Available options:
disabled,
enabled
thread_policy
enum<string>
default:new_each_run
Available options:
new_each_run,
append
thread_id
string | null
next_run
string<date-time>
default:1970-01-01T00:00:00

Next scheduled execution time (UTC)

last_run_at
string<date-time> | null
last_run_status
string | null
last_run_thread_id
string | null