Skip to main content
POST
Resume Agent Run

Headers

Path Parameters

org_id
integer
required

Body

application/json
agent_run_id
integer
required
prompt
string
required
images
string[] | null

List of base64 encoded data URIs representing images to be processed by the agent

Response

Successful Response

Represents an agent run in API responses

id
integer
required
organization_id
integer
required
status
string | null
created_at
string | null
web_url
string | null
result
string | null
summary
string | null
source_type
enum<string> | null
Available options:
LOCAL,
SLACK,
GITHUB,
GITHUB_CHECK_SUITE,
GITHUB_PR_REVIEW,
LINEAR,
API,
CHAT,
JIRA,
CLICKUP,
MONDAY,
SETUP_COMMANDS
github_pull_requests
GithubPullRequestResponse · object[] | null
metadata
Metadata · object | null