Slack · Schema

ResponseMetadata

Metadata for paginated responses containing cursor information.

BotsChatCollaborationMessagingProductivityT1Team Communication

Properties

Name Type Description
next_cursor string An opaque cursor to use in the next request to get the next page of results. Empty string indicates no more results.
View JSON Schema on GitHub

JSON Schema

slack-web-response-metadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ResponseMetadata",
  "type": "object",
  "description": "Metadata for paginated responses containing cursor information.",
  "properties": {
    "next_cursor": {
      "type": "string",
      "description": "An opaque cursor to use in the next request to get the next page of results. Empty string indicates no more results."
    }
  }
}