List Sources
ソース一覧(作成日時の降順、Section 4)。viewer 以上。
GET
/sourcesQuery parameters
limitintegerdefault: 50
Header parameters
authorizationstring | anyX-Api-Keystring | anyResponses
200Successful Response
any422Validation Error
detailValidationError[]Show propertiesHide properties
Array of
ValidationErrorlocstring | integer[]requiredShow propertiesHide properties
Array of
string | integerAny of:
string
stringinteger
integermsgstringrequiredtypestringrequiredRequest
curl -X GET "/sources"const response = await fetch("/sources", {
method: "GET"
});import requests
response = requests.get(
"/sources",
)Response
"string"{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}