GET
/
functions
/
list
curl -X 'GET' \
  'https://api.coaxial.ai/functions/list/?user_id=<user_id>' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer <api_key>'
{
  "functions": [
    {
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "function_name": "test_function",
      "description": "function_description",
      "coaxial_id": <function_id>
    }
  ]
}
curl -X 'GET' \
  'https://api.coaxial.ai/functions/list/?user_id=<user_id>' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer <api_key>'
{
  "functions": [
    {
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "function_name": "test_function",
      "description": "function_description",
      "coaxial_id": <function_id>
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

user_id
string

Response

200
application/json
Successful Response
functions
object[]
required

The Function model