Skip to main content
GET
List all workflow jobs for the current user

Query Parameters

status
string | null

Response

Successful Response

job_id
string
required

Unique job identifier

user_id
string
required

User who created the job

org_id
string
required

Organization ID

name
string
required

Workflow job name

prompt
string
required

Automation task description

status
string
required

Job status (draft, ready, executing, completed, failed)

created_at
string
required

Creation timestamp

updated_at
string
required

Last update timestamp

workflow_data
Workflow Data · object | null

Workflow data structure

http_method
string | null

HTTP method (GET, POST, PUT, DELETE)

api_endpoint
string | null

API endpoint URL

parameters_schema
Parameters Schema · object | null

JSON schema for API parameters

results_schema
Results Schema · object | null

JSON schema for API results

manual_edits
Manual Edits · object | null

Manual edits to workflow

completed_at
string | null

Completion timestamp