Makeathon ends in00:00:00:00
Docs Home
/
Zoo Developer Tools
/
API
/
Projects
/
List the authenticated user's projects.

List the authenticated user's projects

Parameters

No parameters

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    array
    optional
    Array of
    • category_ids

      array
      optional
    • created_at

      string / ISO-8601
      optional
    • description

      string
      optional
    • entrypoint_path

      string
      optional
    • id

      string / UUID
      optional
    • preview_status

      string
      optional
      Possible values
      • pending:  A preview has not been generated yet.
      • ready:  The preview is available for display.
      • failed:  Preview generation failed and needs attention.
    • preview_url

      string
      optional
    • project_toml_path

      string
      optional
    • publication

      object
      optional
      Object Properties
    • publication_status

      string
      optional
      Possible values
      • private:  The project is owner-visible only and not intended for publication.
      • draft:  The project is being prepared for publication but is not yet submitted.
      • pending_review:  The project is awaiting moderation review.
      • published:  The project is publicly visible in the gallery.
      • rejected:  The project was reviewed and rejected.
      • deleted:  The project was removed from public display.
    • title

      string
      optional
    • updated_at

      string / ISO-8601
      optional
get
/user/projects
200 OK
Response