GetAgentResponse

Schema

Fields

· 17
agentId string required

Opaque identifier for the linked agent conversation.

kind string · enum required

Type of REST API resource represented by the response.

values

  • agent
  • code_review
status string · enum required

Current high-level lifecycle state for the asynchronous run.

values

  • queued
  • running
  • completed
  • error
appId string required

Bubble app ID for the workspace project this request targets.

projectId string required

Opaque identifier for the workspace project.

projectName string required

Human-readable name of the workspace project.

reviewId string · nullable required

Opaque identifier for the code review.

model ChatModelResponseId · enum required

Model identifier used for the run.

values

  • claude-opus-4.6
  • claude-opus-4.7
  • claude-fable-5
  • claude-fable-5.1
  • claude-opus-5
  • claude-sonnet-4.6
reasoningEffort string | null required

Requested reasoning effort for the selected model.

permission string · enum required

Whether the run can only inspect the app or is also allowed to make edits.

values

  • read_only
  • allow_edits
permittedBranches array of string required

Branches the run is allowed to access when branch restrictions apply.

createdAt number required

Unix timestamp in milliseconds when the resource was created.

updatedAt number required

Unix timestamp in milliseconds when the resource was last updated.

completedAt number · nullable required

Unix timestamp in milliseconds when the resource completed.

lastError string · nullable required

Last error message recorded for the run.

history array of object required

Recent conversation history for the run.

lifecycle object required

Lifecycle summary for the linked agent conversation.

Used by

· 1 operation