{"id":49225421,"url":"https://github.com/tonicai/structural-start-job","last_synced_at":"2026-04-24T07:01:49.985Z","repository":{"id":289150317,"uuid":"970282368","full_name":"TonicAI/structural-start-job","owner":"TonicAI","description":"A Github Action to start a data generation job on your Tonic Structural workspace","archived":false,"fork":false,"pushed_at":"2025-04-21T21:14:37.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-21T22:00:44.836Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TonicAI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-21T19:12:48.000Z","updated_at":"2025-04-21T21:14:42.000Z","dependencies_parsed_at":"2025-04-22T04:41:29.207Z","dependency_job_id":null,"html_url":"https://github.com/TonicAI/structural-start-job","commit_stats":null,"previous_names":["tonicai/structural-github-action-start-job","tonicai/structural-start-job"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/TonicAI/structural-start-job","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonicAI%2Fstructural-start-job","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonicAI%2Fstructural-start-job/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonicAI%2Fstructural-start-job/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonicAI%2Fstructural-start-job/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TonicAI","download_url":"https://codeload.github.com/TonicAI/structural-start-job/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonicAI%2Fstructural-start-job/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32212808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T03:15:14.334Z","status":"ssl_error","status_checked_at":"2026-04-24T03:15:11.608Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-24T07:01:49.244Z","updated_at":"2026-04-24T07:01:49.980Z","avatar_url":"https://github.com/TonicAI.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Start Generation Job\n\nThis action starts a data generation job for a specified workspace and returns the job ID.\n\n## Inputs\n\n- `workspace_id` (required): The workspace ID (GUID) for which to start a generation job\n- `api_key` (required): Structural API key for authentication\n- `api_url` (optional): Structural API base URL, defaults to 'https://app.tonic.ai'\n- `strict_mode` (optional): Specifies generation mode, allowed values: \"NotStrict\", \"RejectOnSchemaActions\", \"RejectOnAllSchemaItems\", \"NotApplicable\"\n- `diagnostic_logging` (optional): Enables diagnostic logging, defaults to false\n\n## Outputs\n\n- `job_id`: The ID of the started generation job\n\n## Example Usage\n\n```yaml\njobs:\n  start-generation:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Start Generation Job\n        id: start-job\n        uses: TonicAI/structural-start-job@v1\n        with:\n          workspace_id: ${{ secrets.STRUCTURAL_WORKSPACE_ID }}\n          api_key: ${{ secrets.STRUCTURAL_API_KEY }}\n          strict_mode: \"RejectOnSchemaActions\"\n\n      - name: Print Job ID\n        run: echo \"Started job with ID ${{ steps.start-job.outputs.job_id }}\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonicai%2Fstructural-start-job","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonicai%2Fstructural-start-job","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonicai%2Fstructural-start-job/lists"}