List stores
List stores under current workspace
GET/v0/stores
Authorisations
AuthorizationString
Response
OKapplication/json
storesobject[]
List stores
1curl -X GET 'https://api.pixxel.space/v0/stores' \2 -H 'Authorization: YOUR_API_KEY'
Response:
{"stores": [{"id": "576d8241-6e78-40ad-b3e6-295edbfe71f5","name": "my-analysis-store","type": "S3","configs": null,"labels": {"env": "prod","team": "data"},"created_at": "2024-03-20T15:04:05Z","updated_at": "2024-03-20T15:04:05Z","created_by": "ea2a79fc-6f68-40d7-8b79-18195bf74872"}]}