PlatformMeta
Deployment metadata
Public metadata about this Tektona deployment, such as the API base URL to point a CLI at.
Public metadata about this Tektona deployment, such as the API base URL to point a CLI at.
Authorization
apiKey AuthorizationBearer <token>
API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.
In: header
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/v1/meta"{ "api_base_url": "string", "revision": "string"}{ "detail": "Property foo is required but is missing.", "errors": [ { "location": "string", "message": "string", "value": null } ], "instance": "https://example.com/error-log/abc123", "status": 400, "title": "Bad Request", "type": "https://example.com/errors/example"}