{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"account_id": "<string>",
"name": "<string>",
"description": "<string>",
"config_content": "<string>",
"config_content_parsed": {
"name": "<string>",
"description": "<string>",
"type": "prompt",
"llms": [
{
"name": "<string>",
"is_default": true,
"provider": "openai",
"model": "<string>",
"params": {}
}
],
"inputs": [
{
"name": "<string>",
"description": "<string>",
"type": "text",
"mime_types": [
"<string>"
],
"transforms": [
{
"name": "<string>",
"type": "ocr",
"provider": "<string>"
}
],
"required": true,
"metadata": {
"schema": {},
"required": true
}
}
],
"schemas": {},
"prompt": {
"system": "<string>",
"messages": [
{
"role": "user",
"content": "<string>"
}
]
}
},
"config_content_type": "prompt",
"config_content_sha256": "<string>",
"created_by": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"tags": [
"<string>"
]
}
Get a runnable by ID
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"account_id": "<string>",
"name": "<string>",
"description": "<string>",
"config_content": "<string>",
"config_content_parsed": {
"name": "<string>",
"description": "<string>",
"type": "prompt",
"llms": [
{
"name": "<string>",
"is_default": true,
"provider": "openai",
"model": "<string>",
"params": {}
}
],
"inputs": [
{
"name": "<string>",
"description": "<string>",
"type": "text",
"mime_types": [
"<string>"
],
"transforms": [
{
"name": "<string>",
"type": "ocr",
"provider": "<string>"
}
],
"required": true,
"metadata": {
"schema": {},
"required": true
}
}
],
"schemas": {},
"prompt": {
"system": "<string>",
"messages": [
{
"role": "user",
"content": "<string>"
}
]
}
},
"config_content_type": "prompt",
"config_content_sha256": "<string>",
"created_by": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"tags": [
"<string>"
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The runnable
The response is of type object
.