---
title: "Subscription200"
url: "https://developer.agentsync.io/apis/producer-sync-api/versions/bdfe7300-4ebb-41e2-95d6-66cc697404bc/schemas/Subscription200"
---

> Full API specification: https://developer.agentsync.io/apis/producer-sync-api/versions/bdfe7300-4ebb-41e2-95d6-66cc697404bc.md

# Subscription200

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: ProducerSync API
  version: v2.85.1
servers:
  - url: https://api.sandbox.agentsync.io
    description: Sandbox
components:
  schemas:
    Subscription200:
      type: object
      properties:
        success:
          type: boolean
          example: true
        message:
          type: string
          example: Job is in progress
        job_id:
          type: string
          example: 0ded8367-01ac-4519-8cd7-ce965d55c0b0
        links:
          type: object
          properties:
            status:
              type: object
              properties:
                href:
                  type: string
                  example: https://api.sandbox.agentsync.io/v1/accounts/subscriptions/status/0ded8367-01ac-4519-8cd7-ce965d55c0b0
```
