Skip to main content
GET
Get model example

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Path Parameters

id
string<uuid>
required
model_id
string
required

Model ID. Use 'any' to search across all parents.

Response

The requested model example.

Response shape.

id
string<uuid> | null
model_id
string<uuid> | null
title
string | null
description
string | null
input
Input · object | null
output
Output · object | null
status_code
integer | null
cost
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
start_type
string | null
timing
Timing · object | null
duration_ms
integer | null
total_ms
integer | null
thumbnail_url
string | null
category_code
string | null
is_public
boolean | null
sort_order
integer | null
ran_at
string<date-time> | null
created_at
string<date-time> | null
updated_at
string<date-time> | null