Skip to main content

Get All Tags

Use this API to get all the tags in the drive

Request Body REQUIRED
askribeKey string

Your secret Askribe key. Can be obtained from your org's settings dashboard

driveId string

The id of your drive. It looks like RLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX. This can be found on your drive dashboard.

Responses
200

Returns list of all tags in your drive

Schema OPTIONAL
isSuccess boolean OPTIONAL
data object[] OPTIONAL
name string OPTIONAL

Name of the tag

description string OPTIONAL

Description of the tag

tagId string OPTIONAL

The id of the tag. It looks like RLITXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

driveId string OPTIONAL

The id of your drive. It looks like RLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

createdAt int64 OPTIONAL

Timestamp when the tag was created

updatedAt int64 OPTIONAL

Timestamp when the tag was last updated

errorMessage string OPTIONAL
customError object OPTIONAL