curl --request GET \
--url https://api.blaxel.ai/v0/functions \
--header 'Authorization: Bearer <token>'
[
{
"events": [
{
"message": "<string>",
"revision": "<string>",
"status": "<string>",
"time": "<string>",
"type": "<string>"
}
],
"metadata": {
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"plan": "<any>",
"workspace": "<string>"
},
"spec": {
"configurations": {
"key": {
"secret": true,
"value": "<string>"
}
},
"enabled": true,
"flavors": [
{
"name": "<string>",
"type": "<string>"
}
],
"integrationConnections": [
"<string>"
],
"policies": [
"<string>"
],
"privateClusters": {
"baseUrl": "<string>",
"enabled": true,
"name": "<string>"
},
"revision": {
"active": "<string>",
"canary": "<string>",
"canaryPercent": 123,
"traffic": 123
},
"runtime": {
"args": [
"<any>"
],
"command": [
"<any>"
],
"configuration": {},
"cpu": 123,
"endpointName": "<string>",
"envs": [
"<any>"
],
"generation": "<string>",
"image": "<string>",
"maxConcurrentTasks": 123,
"maxRetries": 123,
"maxScale": 123,
"memory": 123,
"metricPort": 123,
"minScale": 123,
"model": "<string>",
"organization": "<string>",
"ports": [
{
"name": "<string>",
"protocol": "<string>",
"target": 123
}
],
"startupProbe": {},
"timeout": 123,
"type": "<string>"
},
"sandbox": true,
"description": "<string>",
"kit": [
{
"description": "<string>",
"name": "<string>",
"schema": {
"allOf": [
"<any>"
],
"anyOf": [
"<any>"
],
"description": "<string>",
"enum": [
"<string>"
],
"format": "<string>",
"items": {},
"maxLength": 123,
"maximum": 123,
"minLength": 123,
"minimum": 123,
"not": {},
"oneOf": [
"<any>"
],
"pattern": "<string>",
"properties": {},
"required": [
"<string>"
],
"title": "<string>",
"type": "<string>"
}
}
],
"schema": {
"allOf": [
"<any>"
],
"anyOf": [
"<any>"
],
"description": "<string>",
"enum": [
"<string>"
],
"format": "<string>",
"items": {},
"maxLength": 123,
"maximum": 123,
"minLength": 123,
"minimum": 123,
"not": {},
"oneOf": [
"<any>"
],
"pattern": "<string>",
"properties": {},
"required": [
"<string>"
],
"title": "<string>",
"type": "<string>"
}
},
"status": "<string>"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
successful operation
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url https://api.blaxel.ai/v0/functions \
--header 'Authorization: Bearer <token>'
[
{
"events": [
{
"message": "<string>",
"revision": "<string>",
"status": "<string>",
"time": "<string>",
"type": "<string>"
}
],
"metadata": {
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"plan": "<any>",
"workspace": "<string>"
},
"spec": {
"configurations": {
"key": {
"secret": true,
"value": "<string>"
}
},
"enabled": true,
"flavors": [
{
"name": "<string>",
"type": "<string>"
}
],
"integrationConnections": [
"<string>"
],
"policies": [
"<string>"
],
"privateClusters": {
"baseUrl": "<string>",
"enabled": true,
"name": "<string>"
},
"revision": {
"active": "<string>",
"canary": "<string>",
"canaryPercent": 123,
"traffic": 123
},
"runtime": {
"args": [
"<any>"
],
"command": [
"<any>"
],
"configuration": {},
"cpu": 123,
"endpointName": "<string>",
"envs": [
"<any>"
],
"generation": "<string>",
"image": "<string>",
"maxConcurrentTasks": 123,
"maxRetries": 123,
"maxScale": 123,
"memory": 123,
"metricPort": 123,
"minScale": 123,
"model": "<string>",
"organization": "<string>",
"ports": [
{
"name": "<string>",
"protocol": "<string>",
"target": 123
}
],
"startupProbe": {},
"timeout": 123,
"type": "<string>"
},
"sandbox": true,
"description": "<string>",
"kit": [
{
"description": "<string>",
"name": "<string>",
"schema": {
"allOf": [
"<any>"
],
"anyOf": [
"<any>"
],
"description": "<string>",
"enum": [
"<string>"
],
"format": "<string>",
"items": {},
"maxLength": 123,
"maximum": 123,
"minLength": 123,
"minimum": 123,
"not": {},
"oneOf": [
"<any>"
],
"pattern": "<string>",
"properties": {},
"required": [
"<string>"
],
"title": "<string>",
"type": "<string>"
}
}
],
"schema": {
"allOf": [
"<any>"
],
"anyOf": [
"<any>"
],
"description": "<string>",
"enum": [
"<string>"
],
"format": "<string>",
"items": {},
"maxLength": 123,
"maximum": 123,
"minLength": 123,
"minimum": 123,
"not": {},
"oneOf": [
"<any>"
],
"pattern": "<string>",
"properties": {},
"required": [
"<string>"
],
"title": "<string>",
"type": "<string>"
}
},
"status": "<string>"
}
]
curl --request GET \
--url https://api.blaxel.ai/v0/functions \
--header 'Authorization: Bearer <token>'
[
{
"events": [
{
"message": "<string>",
"revision": "<string>",
"status": "<string>",
"time": "<string>",
"type": "<string>"
}
],
"metadata": {
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"plan": "<any>",
"workspace": "<string>"
},
"spec": {
"configurations": {
"key": {
"secret": true,
"value": "<string>"
}
},
"enabled": true,
"flavors": [
{
"name": "<string>",
"type": "<string>"
}
],
"integrationConnections": [
"<string>"
],
"policies": [
"<string>"
],
"privateClusters": {
"baseUrl": "<string>",
"enabled": true,
"name": "<string>"
},
"revision": {
"active": "<string>",
"canary": "<string>",
"canaryPercent": 123,
"traffic": 123
},
"runtime": {
"args": [
"<any>"
],
"command": [
"<any>"
],
"configuration": {},
"cpu": 123,
"endpointName": "<string>",
"envs": [
"<any>"
],
"generation": "<string>",
"image": "<string>",
"maxConcurrentTasks": 123,
"maxRetries": 123,
"maxScale": 123,
"memory": 123,
"metricPort": 123,
"minScale": 123,
"model": "<string>",
"organization": "<string>",
"ports": [
{
"name": "<string>",
"protocol": "<string>",
"target": 123
}
],
"startupProbe": {},
"timeout": 123,
"type": "<string>"
},
"sandbox": true,
"description": "<string>",
"kit": [
{
"description": "<string>",
"name": "<string>",
"schema": {
"allOf": [
"<any>"
],
"anyOf": [
"<any>"
],
"description": "<string>",
"enum": [
"<string>"
],
"format": "<string>",
"items": {},
"maxLength": 123,
"maximum": 123,
"minLength": 123,
"minimum": 123,
"not": {},
"oneOf": [
"<any>"
],
"pattern": "<string>",
"properties": {},
"required": [
"<string>"
],
"title": "<string>",
"type": "<string>"
}
}
],
"schema": {
"allOf": [
"<any>"
],
"anyOf": [
"<any>"
],
"description": "<string>",
"enum": [
"<string>"
],
"format": "<string>",
"items": {},
"maxLength": 123,
"maximum": 123,
"minLength": 123,
"minimum": 123,
"not": {},
"oneOf": [
"<any>"
],
"pattern": "<string>",
"properties": {},
"required": [
"<string>"
],
"title": "<string>",
"type": "<string>"
}
},
"status": "<string>"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
successful operation
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url https://api.blaxel.ai/v0/functions \
--header 'Authorization: Bearer <token>'
[
{
"events": [
{
"message": "<string>",
"revision": "<string>",
"status": "<string>",
"time": "<string>",
"type": "<string>"
}
],
"metadata": {
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"plan": "<any>",
"workspace": "<string>"
},
"spec": {
"configurations": {
"key": {
"secret": true,
"value": "<string>"
}
},
"enabled": true,
"flavors": [
{
"name": "<string>",
"type": "<string>"
}
],
"integrationConnections": [
"<string>"
],
"policies": [
"<string>"
],
"privateClusters": {
"baseUrl": "<string>",
"enabled": true,
"name": "<string>"
},
"revision": {
"active": "<string>",
"canary": "<string>",
"canaryPercent": 123,
"traffic": 123
},
"runtime": {
"args": [
"<any>"
],
"command": [
"<any>"
],
"configuration": {},
"cpu": 123,
"endpointName": "<string>",
"envs": [
"<any>"
],
"generation": "<string>",
"image": "<string>",
"maxConcurrentTasks": 123,
"maxRetries": 123,
"maxScale": 123,
"memory": 123,
"metricPort": 123,
"minScale": 123,
"model": "<string>",
"organization": "<string>",
"ports": [
{
"name": "<string>",
"protocol": "<string>",
"target": 123
}
],
"startupProbe": {},
"timeout": 123,
"type": "<string>"
},
"sandbox": true,
"description": "<string>",
"kit": [
{
"description": "<string>",
"name": "<string>",
"schema": {
"allOf": [
"<any>"
],
"anyOf": [
"<any>"
],
"description": "<string>",
"enum": [
"<string>"
],
"format": "<string>",
"items": {},
"maxLength": 123,
"maximum": 123,
"minLength": 123,
"minimum": 123,
"not": {},
"oneOf": [
"<any>"
],
"pattern": "<string>",
"properties": {},
"required": [
"<string>"
],
"title": "<string>",
"type": "<string>"
}
}
],
"schema": {
"allOf": [
"<any>"
],
"anyOf": [
"<any>"
],
"description": "<string>",
"enum": [
"<string>"
],
"format": "<string>",
"items": {},
"maxLength": 123,
"maximum": 123,
"minLength": 123,
"minimum": 123,
"not": {},
"oneOf": [
"<any>"
],
"pattern": "<string>",
"properties": {},
"required": [
"<string>"
],
"title": "<string>",
"type": "<string>"
}
},
"status": "<string>"
}
]