GET
/
sources
curl --request GET \
  --url https://api.praxos.ai/sources \
  --header 'API-key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "environment_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "status": "<string>"
}

Authorizations

API-key
string
header
required

API key for authentication

Query Parameters

environment_id
string
required

ID of the environment to list sources from

id
string

ID of the source

name
string

Name of the source

Response

200
application/json

Response model could be a list of sources or a single source depending on the query parameters

The response is of type object.