cURL
curl --request GET \ --url http://localhost:8000/executors/types/{executor_type}/config \ --header 'Authorization: Basic <encoded-value>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Get configuration schema for a specific executor type.
Returns detailed information about each configuration field including:
Also returns nested type definitions for complex fields.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Successful Response
Was this page helpful?