Artifacts

Get artifacts for a run

Get artifacts for a run

get/v1/runs/{run_id}/artifacts

Path parameters

run_idstring required

The id of the task run or the workflow run.

The id of the task run or the workflow run.

Query parameters

artifact_typeArtifactType[] nullable

Headers

x-api-keystring nullable

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Response

Successful Response

created_atstring required

The creation datetime of the task.

modified_atstring required

The modification datetime of the task.

artifact_idstring required
artifact_type'recording' | 'audio' | 'session_replay' | 'eval_score' | 'eval_trajectory' | 'eval_rubrics' | 'browser_console_log' | 'browser_session_action_log' | 'skyvern_log' | 'skyvern_log_raw' | 'screenshot' | 'screenshot_llm' | 'screenshot_action' | 'screenshot_final' | 'screenshot_proxy' | 'screenshot_pre_submit' | 'llm_prompt' | 'llm_request' | 'llm_response' | 'llm_response_parsed' | 'llm_response_rendered' | 'visible_elements_id_css_map' | 'visible_elements_id_frame_map' | 'visible_elements_tree' | 'visible_elements_tree_trimmed' | 'visible_elements_tree_in_prompt' | 'hashed_href_map' | 'visible_elements_id_xpath_map' | 'html' | 'html_scrape' | 'html_action' | 'html_pre_submit' | 'trace' | 'har' | 'script_file' | 'pdf' | 'step_archive' | 'task_archive' | 'download' | 'unknown' required
uristring required
bundle_keystring nullable
checksumstring nullable
file_sizeinteger nullable
task_idstring nullable
step_idstring nullable
workflow_run_idstring nullable
workflow_run_block_idstring nullable
run_idstring nullable
browser_session_idstring nullable
observer_cruise_idstring nullable
observer_thought_idstring nullable
ai_suggestion_idstring nullable
signed_urlstring nullable
archivedboolean
organization_idstring required

Example response

[
  {
    "created_at": "2023-01-01T00:00:00Z",
    "modified_at": "2023-01-01T00:00:00Z"
  }
]

Changes

Changed in 8 of the 101 revisions of this API.91322

  • 6d5b02ddd6fe33See the full diff
    • ●

      added the new html_pre_submit enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new screenshot_pre_submit enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new unknown enum value to the / response property for the response status

      response-property-enum-value-added

    • ○

      added the enum value html_pre_submit to the property anyOf[subschema #1]/items/ of the query request parameter artifact_type

      request-parameter-property-enum-value-added

    • ○

      added the enum value screenshot_pre_submit to the property anyOf[subschema #1]/items/ of the query request parameter artifact_type

      request-parameter-property-enum-value-added

    • ○

      added the enum value unknown to the property anyOf[subschema #1]/items/ of the query request parameter artifact_type

      request-parameter-property-enum-value-added

  • bd64e0480f0a11See the full diff
    • ●

      added the new screenshot_proxy enum value to the / response property for the response status

      response-property-enum-value-added

    • ○

      added the enum value screenshot_proxy to the property anyOf[subschema #1]/items/ of the query request parameter artifact_type

      request-parameter-property-enum-value-added

  • 5987635eae7d33See the full diff
    • ●

      added the new browser_session_action_log enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new eval_rubrics enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new eval_trajectory enum value to the / response property for the response status

      response-property-enum-value-added

    • ○

      added the enum value browser_session_action_log to the property anyOf[subschema #1]/items/ of the query request parameter artifact_type

      request-parameter-property-enum-value-added

    • ○

      added the enum value eval_rubrics to the property anyOf[subschema #1]/items/ of the query request parameter artifact_type

      request-parameter-property-enum-value-added

    • ○

      added the enum value eval_trajectory to the property anyOf[subschema #1]/items/ of the query request parameter artifact_type

      request-parameter-property-enum-value-added

  • b12efa93239211See the full diff
    • ●

      added the new eval_score enum value to the / response property for the response status

      response-property-enum-value-added

    • ○

      added the enum value eval_score to the property anyOf[subschema #1]/items/ of the query request parameter artifact_type

      request-parameter-property-enum-value-added

  • 7ce5e3e9a56011See the full diff
    • ●

      added the new audio enum value to the / response property for the response status

      response-property-enum-value-added

    • ○

      added the enum value audio to the property anyOf[subschema #1]/items/ of the query request parameter artifact_type

      request-parameter-property-enum-value-added

    • ●

      added the new session_replay enum value to the / response property for the response status

      response-property-enum-value-added

    • ○

      added the enum value session_replay to the property anyOf[subschema #1]/items/ of the query request parameter artifact_type

      request-parameter-property-enum-value-added

  • 3a3616091b669311See the full diff
    • ▲

      response property items/ai_suggestion_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • ▲

      response property items/observer_cruise_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • ▲

      response property items/observer_thought_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • ▲

      response property items/run_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • ▲

      response property items/signed_url list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • ▲

      response property items/step_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • ▲

      response property items/task_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • ▲

      response property items/workflow_run_block_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • ▲

      response property items/workflow_run_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • ●

      added the new download enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new step_archive enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new task_archive enum value to the / response property for the response status

      response-property-enum-value-added

    • ○

      header request parameter x-api-key list-of-types was widened by adding types null

      request-parameter-list-of-types-widened

    • ○

      query request parameter artifact_type list-of-types was widened by adding types null

      request-parameter-list-of-types-widened

    • ○

      for the header request parameter x-api-key, the type was generalized from string to no type

      request-parameter-type-generalized

    • ○

      for the query request parameter artifact_type, the type was generalized from array to no type

      request-parameter-type-generalized

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      endpoint added

      endpoint-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog