Usage: {{apic apis:get}} API_NAME[:VERSION] [CATALOG_OPTIONS | SPACE_OPTIONS] Get information on an API in a catalog or space Options for catalog scope --{{scope catalog}} (default) -{{c}}, --{{catalog}} CATALOG catalog name (required) -{{o}}, --{{organization}} ORGANIZATION provider organization name (required) -{{s}}, --{{server}} SERVER management server endpoint (required) Options for space scope --{{scope space}} --{{space}} SPACE space name (required) -{{c}}, --{{catalog}} CATALOG catalog name (required) -{{o}}, --{{organization}} ORGANIZATION provider organization name (required) -{{s}}, --{{server}} SERVER management server endpoint (required) Stability: prototype Get API from a catalog {{$ apic apis:get routes --catalog production --organization climbonorg --server mgmnthost.com}} name: {{routes}} version: {{1.0.0}} title: Climbing routes basepath: {{/routes}} status: Online production endpoints: {{https://gatewayhost.com/climbonorg/production/v1/routes}} development endpoints: {{https://gatewayhost.com/climbonorg/production/v1/routes}} products: {{"climbon:1.0.0" "climbon:2.0.0"}} catalog: {{production}} organization: {{climbonorg}} Get API from a space {{$ apic apis:get routes --scope space --space sp1 --catalog production --organization climbonorg --server mgmnthost.com}} name: {{routes}} version: {{1.0.0}} title: Climbing routes basepath: {{/routes}} status: Online production endpoints: {{https://gatewayhost.com/climbonorg/production/v1/routes}} development endpoints: {{https://gatewayhost.com/climbonorg/production/v1/routes}} products: {{"climbon:1.0.0" "climbon:2.0.0"}} spaces: {{sp1}} catalog: {{production}} organization: {{climbonorg}}