Object
Workspace
A workspace represents a single brand or account within Archive.
Fields
Object, input and enum types open in place — use + to reveal their fields. A type that is already open above the row stops at a ↻ circular marker, and anything nested past the depth limit links out to its own page instead.
- hashtags [Tag!]
- Hashtags tracked for this workspace.
- id ID!
- Unique identifier for the tag in Archive's system.
- name String!
- The text of the tag.
- provider Provider!
- Platform where this tag was observed (for example INSTAGRAM, TIKTOK, YOUTUBE, or INTERNAL).
- Instagram platform integration, including posts, reels, stories, and profile data.
- INTERNAL
- Internal Archive-managed source used for synthetic or system-generated content.
- TIKTOK
- TikTok platform integration, including videos and creator profile data.
- YOUTUBE
- YouTube platform integration, including Shorts, videos, thumbnails, and profile data.
- type TagType!
- Whether this tag is a HASHTAG or a MENTION.
- HASHTAG
- Hashtag tag (e.g. #archive)
- MENTION
- User mention tag (e.g. @archive)
- id ID!
- Unique identifier for the workspace (UUID format).
- integrations [Integration!]!
- Connected social accounts for this workspace. Distinct from
mentions, which lists tracked terms (the @-handles Archive monitors); this field lists connected accounts, one entry per integration. Multiple integrations may share the same handle, and each entry carries its own status. Includes disconnected and failed integrations so you can detect broken connections. - connectedAt DateTimeWithZone!
- Timestamp when the integration was first established (ISO 8601 UTC).
- handle String!
- Public-facing account handle for this integration (for example "support_testing"). Sourced from the associated mention tag.
- id ID!
- Stable unique identifier for this integration (UUID). Distinguishes multiple integrations that share the same handle.
- provider Provider!
- Platform on which this account is connected (for example INSTAGRAM, TIKTOK, YOUTUBE, or INTERNAL).
- Instagram platform integration, including posts, reels, stories, and profile data.
- INTERNAL
- Internal Archive-managed source used for synthetic or system-generated content.
- TIKTOK
- TikTok platform integration, including videos and creator profile data.
- YOUTUBE
- YouTube platform integration, including Shorts, videos, thumbnails, and profile data.
- status IntegrationStatus!
- Lifecycle state of the integration. CONNECTED = active and verified; DISCONNECTED = the account was removed or the integration failed; PENDING = setup in progress.
- CONNECTED
- The integration is active and verified; Archive can fetch content for this account.
- DISCONNECTED
- The integration has been removed by the user or has failed and is no longer active. Archive cannot fetch new content for this account until it is reconnected.
- PENDING
- The integration is being established; initial verification or onboarding has not completed yet.
- keywords [Keyword!]
- Keywords tracked for this workspace (primarily YouTube). Distinct from
hashtagsandmentions, which surface Instagram/TikTok-style tags. - id ID!
- Unique identifier for the keyword in Archive's system.
- name String!
- The exact phrase being tracked (for example "noodles worth loving"). Named
namefor consistency withTag.name; backed by thekeywords.valuecolumn. - provider Provider!
- Platform on which this keyword is tracked (currently YOUTUBE; reserved for future providers).
- Instagram platform integration, including posts, reels, stories, and profile data.
- INTERNAL
- Internal Archive-managed source used for synthetic or system-generated content.
- TIKTOK
- TikTok platform integration, including videos and creator profile data.
- YOUTUBE
- YouTube platform integration, including Shorts, videos, thumbnails, and profile data.
- mentions [Tag!]
- User mentions tracked for this workspace.
- id ID!
- Unique identifier for the tag in Archive's system.
- name String!
- The text of the tag.
- provider Provider!
- Platform where this tag was observed (for example INSTAGRAM, TIKTOK, YOUTUBE, or INTERNAL).
- Instagram platform integration, including posts, reels, stories, and profile data.
- INTERNAL
- Internal Archive-managed source used for synthetic or system-generated content.
- TIKTOK
- TikTok platform integration, including videos and creator profile data.
- YOUTUBE
- YouTube platform integration, including Shorts, videos, thumbnails, and profile data.
- type TagType!
- Whether this tag is a HASHTAG or a MENTION.
- HASHTAG
- Hashtag tag (e.g. #archive)
- MENTION
- User mention tag (e.g. @archive)
- name String!
- Human-readable name of the workspace.