Skip to content

Get automation configs

GET
/api/v1/aura_automations/configs
agent_id
required
Agent Id
string
automation_type
Any of:
string
page
Page
integer
default: 1
page_size
Page Size
integer
default: 20

Successful Response

PaginatedResponse[AutomationConfigResponse]
object
items
required
Items
Array<object>
AutomationConfigResponse
object
id
required
Id
integer
agent_id
required
Agent Id
string
automation_type
required
Automation Type
string
Allowed values: warm_up search reply_inbox
platform
required
Platform
string
frequency
required
Frequency
string
duration
required
Duration
string
start_time
required
Start Time
string
end_time
required
End Time
string
status
required
Status
string
created_at
required
Created At
integer
updated_at
required
Updated At
integer
like_videos
Any of:
string
like_videos_criteria
Any of:
string
comment_on_videos
Any of:
string
comment_on_videos_criteria
Any of:
string
comment_prompt
Any of:
string
like_account
Any of:
string
comment_review
Any of:
boolean
keyword
Any of:
string
latest_status
Any of:
LatestStatus
object
status
Any of:
string
scheduled_init_phone_time
Any of:
string
actual_start_time
Any of:
string
scheduled_end_time
Any of:
string
actual_end_time
Any of:
string
last_run
Any of:
string
total_item
required
Total Item
integer
page
required
Page
integer
page_size
required
Page Size
integer

Bad Request

ErrorResponse
object
detail
Any of:
string
error
Any of:
string
error_code
Any of:
string

Not Found

ErrorResponse
object
detail
Any of:
string
error
Any of:
string
error_code
Any of:
string

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string

Internal Server Error

ErrorResponse
object
detail
Any of:
string
error
Any of:
string
error_code
Any of:
string