cohere · Schema

ListEmbedJobsResponse

Properties

Name Type Description
embed_jobs array A list of embed jobs for the authenticated user.
View JSON Schema on GitHub

JSON Schema

cohere-listembedjobsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListEmbedJobsResponse",
  "title": "ListEmbedJobsResponse",
  "type": "object",
  "properties": {
    "embed_jobs": {
      "type": "array",
      "description": "A list of embed jobs for the authenticated user.",
      "items": {
        "$ref": "#/components/schemas/EmbedJob"
      }
    }
  }
}