Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Get provider.
GET
/backend/v1/providers/{provider}
Retrieves a provider by ID or name.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
provider
*
Required
Query Parameters
configAt
Get the config at a given point in time.
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"provider"
:
{
"authTemplate"
:
"string"
,
"availability"
:
{
"global"
:
false
,
"projectIds"
:
[
[
]
]
}
,
"capabilities"
:
[
]
,
"hasLogo"
:
false
,
"id"
:
"string"
,
"inputs"
:
{
"additionalProperties"
:
"string"
}
,
"maxRequestsPerSecond"
:
"string"
,
"name"
:
"string"
,
"projectId"
:
"string"
,
"redTeam"
:
false
,
"requestConcurrencyLimit"
:
"string"
,
"secrets"
:
{
"additionalProperties"
:
"string"
}
,
"siem"
:
false
,
"systemProviderId"
:
"string"
,
"tag"
:
"string"
,
"template"
:
{
"awsAuth"
:
"string"
,
"body"
:
"string"
,
"headers"
:
{
"additionalProperties"
:
"string"
}
,
"json"
:
"string"
,
"method"
:
"string"
,
"ociAuth"
:
"string"
,
"outputs"
:
{
}
,
"queryParams"
:
{
"additionalProperties"
:
"string"
}
,
"timeout"
:
20
,
"type"
:
"request"
,
"url"
:
"string"
}
,
"type"
:
"string"
}
}
GET
/backend/v1/providers/{provider}
Playground
Server
Select a server...
Authorization
HTTPBearer
Variables
Key
Value
provider
*
configAt
Try it out
Samples
Powered by
VitePress OpenAPI