# actor status

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /api/v1/status:
    post:
      summary: actor status
      deprecated: false
      description: ''
      tags:
        - Public
      parameters: []
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties: {}
            example:
              - scraper.shopee.retry
              - scraper.shopee
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                code: 200
                data:
                  - actor: scraper.shopee
                    rate: 0.993
                  - actor: scraper.shopee.retry
                    rate: 1
                message: success
          headers: {}
          x-apidog-name: Success
      security:
        - apikey-header-x-api-token: []
      x-apidog-folder: Public
      x-apidog-status: developing
      x-run-in-apidog: https://app.apidog.com/web/project/745098/apis/api-12409228-run
components:
  schemas: {}
  securitySchemes:
    bearer:
      type: bearer
      scheme: bearer
      description: Bearer token authentication using your Scrapeless API key
    apikey-header-x-api-token:
      type: apiKey
      in: header
      name: x-api-token
servers:
  - url: https://api.scrapeless.com
    description: Prod Env
security:
  - apikey-header-x-api-token: []

```
