v1
latestOpenAPI 3.0.32026-07-26710398.3 KBProject
List Model Channels
List the model channels
get/model-channels
Query parameters
project_idstring
Required if using a company api key
Example:or_f45b94ba-5e35-4982-93ed-285e72ee14eb
limitnumber
offsetnumber
Response
Success
Example response
{
"data": [
{
"id": "openai-0",
"description": "ChatGPT",
"current_model": {
"id": "chatgpt-scraper"
},
"is_active": true,
"unsupported_country_codes": []
},
{
"id": "amazon-0",
"description": "Amazon Rufus UI",
"current_model": {
"id": "amazon-rufus-scraper"
},
"is_active": true,
"unsupported_country_codes": [
"AE",
"AR",
"AT"
]
}
]
}