✨ Get GCS WIF import storage
<Card href="https://humansignal.com/goenterprise">
<img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
<p style="margin-top: 10px; font-size: 14px;">
This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
</p>
</Card>
Get list of all GCS import storage connections set up with WIF authentication.
Authentication
Authorizationstring
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>
Query parameters
ordering
Which field to use when ordering the results.
project
Project ID
Response
created_at
Creation time
id
project
A unique integer value identifying this project.
type
bucket
GCS bucket name
description
Cloud storage description
google_application_credentials
The content of GOOGLE_APPLICATION_CREDENTIALS json file
google_project_id
Google project ID
google_project_number
Google project number
google_service_account_email
Google service account email
google_wif_pool_id
Google WIF pool ID
google_wif_provider_id
Google WIF provider ID
last_sync
Last sync finished time
last_sync_count
Count of tasks synced last time
last_sync_job
Last sync job ID
meta
Meta and debug information about storage processes
prefix
GCS bucket prefix
presign
presign_ttl
Presigned URLs TTL (in minutes)
recursive_scan
Perform recursive scan over the bucket content
regex_filter
Cloud storage regex for filtering objects
status
* `initialized` - Initialized
* `queued` - Queued
* `in_progress` - In progress
* `failed` - Failed
* `completed` - Completed
* `completed_with_errors` - Completed with errors
synchronizable
title
Cloud storage title
traceback
Traceback report for the last failed sync
use_blob_urls
Interpret objects as BLOBs and generate URLs