Skip to main content
GET
/
v1
/
get_job_actions
/
{job_id}
{
  "job_id": "<string>",
  "action_count": 123,
  "actions": [
    {
      "action_id": "<string>",
      "job_id": "<string>",
      "action_name": "<string>",
      "action_params": {},
      "story_line": "<string>",
      "status": "<string>",
      "result": {},
      "goal": "<string>",
      "evaluation": {},
      "created_at": "<string>",
      "updated_at": "<string>",
      "webpage_url": "<string>",
      "bounding_boxes": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication. Get your API key at https://app.altrina.com/settings

Path Parameters

job_id
string
required

The unique job ID to get actions for

Response

Actions retrieved successfully

Response containing all actions taken in a job

job_id
string
required

The job ID these actions belong to

action_count
integer
required

Number of actions taken in this job

actions
ActionResponse · object[]
required

List of actions ordered by creation time