Vapi Metadata Cli Command list

Vapi Metadata Cli Command list

Returns the identifiers of all commands, or commands in a specific namespace.

Request
URI
GET
https://{api_host}/api/vapi/metadata/cli/command
COPY
Query Parameters
string
path
Optional

The dot-separated path of the namespace for which command identifiers should be returned.

If missing or null identifiers of all commands registered with the infrastructure will be returned.


Authentication
This operation uses the following authentication methods.
Responses
200

Identifiers of the requested commands.

[
    {
        "path": "string",
        "name": "string"
    }
]

404

if a namespace corresponding to path doesn't exist.

Returns Vapi Std Errors NotFound of type(s) application/json
This response body class contains all of the following: InlineVapi Std Errors NotFound0
"Vapi Std Errors NotFound Object"

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/vapi/metadata/cli/command